Hi,
I had a case #931958 which helped perfectly but one thing i noticed when using code
#top.home #sec1 .container .content {padding: 20px !important;}
#top.home #sec2 .container .content {padding: 20px !important;}
this works getting it closer to the main menu but it goes slightly right and not in line with the logo. Can you please advise how i can fix this.
Thanks
Hey brunolabi,
Could you please give us a link to your website, we need more context to be able to help you.
Or try
#top.home #sec1 .container .content {padding: 20px 0px !important;}
#top.home #sec2 .container .content {padding: 20px 0px !important;}
Best regards,
Victoria
that solved the issue for the home page but it doesn’t apply to all pages, what do i need to change for example on my about page?
thank you
Not sure why my case closed please check abouve
Hi,
Glad that Victoria helped you. :) Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day :)
Best regards,
Nikko
Hi,
the solution doesn’t apply to all pages, what do i need to change for example on my about page?
Thanks
Hi,
Please try this instead:
#sec1 .container .content {padding: 20px 0px !important;}
#sec2 .container .content {padding: 20px 0px !important;}
Note that you will need the same ID’s as on your front page on the other page.
Best regards,
Rikard
Amazing thats where i went wrong.
Thank you for your help.