Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #616575

    Hey guys,

    I’m working on this: http://newsite.specialolympicsmalta.org/

    I would like to have the main menu in the center of the website instead of left aligned.

    Also, the footer menu seems to be with 4 columns even though I have chosen to have a 3 column footer as on the right hand side it seems to be a lot of extra space. How can I remove this please?

    #616582

    Hi Matthew!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .widget {
        text-align: center;
    }
    .html_header_top.html_logo_center .logo {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    then go to Enfold theme options > Header and change header style to “Logo center, menu below” option

    Best regards,
    Yigit

    #616591

    Hi Yigit,

    As you can see, the logo remained to the left hand side and the main menu is on the centre, as needed. Thanks! The only issue is that the drop down menu of the ‘News’ section is a bit too far off. Can this be arranged somehow?

    Also, the footer seems to be unchanged. The text that you see i.e. Sponsors, Disclaimers etc… are created from menus. Thus, I have three menus which are being placed in the Footer Widget Column 1, 2 & 3. Maybe an alternate CSS needs to be written for this or should I implement an easier method?

    Thanks again!

    • This reply was modified 8 years, 7 months ago by MattDalli.
    #616629

    Hi!

    Please add following code to Quick CSS as well

    .avia_mega_div.avia_mega2.six.units {
        left: 0!important;
    }
    #footer .widget {
        text-align: center !important;
    }

    Cheers!
    Yigit

    #616648

    Great stuff Yigit :)

    Thanks a lot!

    #616651

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Centering of Main Menu & Footer’ is closed to new replies.