Tagged: centering
-
AuthorPosts
-
April 18, 2016 at 3:34 pm #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?
April 18, 2016 at 3:37 pm #616582Hi 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,
YigitApril 18, 2016 at 3:48 pm #616591Hi 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.
April 18, 2016 at 4:24 pm #616629Hi!
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!
YigitApril 18, 2016 at 4:41 pm #616648Great stuff Yigit :)
Thanks a lot!
April 18, 2016 at 4:44 pm #616651Hey!
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 -
AuthorPosts
- The topic ‘Centering of Main Menu & Footer’ is closed to new replies.