1 /
In my home page, and on other menu I have this white space how should I do to erase it please? https://prnt.sc/f3bJVMklvMFR

2/ I would like to delete this please : https://prnt.sc/aElKN_o4gUf9

3/ In my footer i would like for colums look please ? https://prnt.sc/Bgzdpo9WNMJv
4/ I would like color the background of this menu in pink in order to make it visible as on your basic model which was in orange "join now" https://prnt.sc/DLe7z1iyF4se

    ludo974 Hi

    1 - That's main content block of page, if you don't want to show it, you can skip this component by selecting the menu item you want into Layout settings of template:

    I just added the 'Uber home' menu item for you, kindly check.

    2 - Did you manage to remove it? as I don't see it anymore on your site

    3 - In the module 'Footer dark', you can configure number of columns for desktop / tablet/ mobile. But make sure that the total number of columns must be equal to 12 so it can display in 1 row:

    You use 5 columns so the number for each column maybe different.

    4 - You can try this custom CSS:

    .right-menu {
        background: #d65fcb;
    }
    
    .right-menu .nav li > a {
        color: #fff !important;
    }
    Write a Reply...
    You need to Login to view replies.