-
AuthorPosts
-
February 22, 2017 at 9:10 am #750334
Hello,
I would like to center the footer menu. How can I do this in the quick CSS code ?
I found the following code :
#socket .copyright { width: 100%; text-align: center; }Which does exactly what I want to do but with the copyright instead of the footer menu.
Thank you so much in advance for your help!
February 22, 2017 at 10:14 am #750364Hey Oby4455,
You should just be able to change it to:#footer { width: 100%; text-align: center; }Best regards,
Jordan ShannonFebruary 22, 2017 at 10:54 am #750384Thank you for your answer. I did try this but it is not working unfortunately…
February 22, 2017 at 10:59 am #750388Hi,
Please provide admin login privately, and a screenshot of the exact area that you would like centered.
Best regards,
Jordan ShannonFebruary 22, 2017 at 7:15 pm #750607Thank you! I attached you the link of the website, credentials and a screenshot of the footer menu I would like to be centered!
February 23, 2017 at 6:12 pm #750995Anyone?
February 23, 2017 at 6:23 pm #750998Hey!
Fixed it for you.
Please clear your cache and let us know if that works.Feel free to post a new question if you need anything elkse
Cheers!
BasilisFebruary 23, 2017 at 6:30 pm #751001Thank you for the quick reply. It’s still not centered even after I cleared the cache. What css code did you use? I don’t see anything new in the quick css section
February 24, 2017 at 5:47 am #751246Hi Oby4455,
The login account you have provided is just a subscriber :( Anyway, try adding this css code in Quick CSS:
#socket .sub_menu_socket { float: none; text-align: center; width: 100%; position: relative; z-index: 30; } #socket .sub_menu_socket li { float: none; display: inline-block; } #socket .copyright { float: none; text-align: center; display: block; position: relative; top: 60px; z-index: 5; }Hope this helps.
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.
