Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #937719

    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

    #938020

    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

    #938188

    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

    • This reply was modified 7 years, 3 months ago by brunolabi.
    #938196

    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

    #939041

    Hi,

    the solution doesn’t apply to all pages, what do i need to change for example on my about page?

    Thanks

    #939194

    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

    #939271

    Amazing thats where i went wrong.
    Thank you for your help.

    #939583

    Hi,

    Great, glad we could help. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.