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

    Dear Team,
    on my page below a wihte area between top nav and content (this has a light brown background) appears, which I don´t want. I did not find a way to get rid of this.

    A hint would be great. Thx and best regards Tilman

    #1233071

    Hey Tilman,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_header_top.html_header_sticky.html_bottom_nav_header #top.page-id-987 #main {
        padding-top: 53px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1233093

    Thx a lot Victoria,

    great, it works -)

    – how do I fix it for the page below , too?
    – resp. – do I need to specify IDs or is there a code to set this across the board for all pages?
    – Where can I See the page ID? I did not find this info

    thx again & cheers, Tilman

    #1233110

    Hi,

    Yes you would need the id. For the page above it would be:

    .html_header_top.html_header_sticky.html_bottom_nav_header #top.page-id-3 #main {
        padding-top: 53px;
    }

    Best regards,
    Jordan Shannon

    #1233149

    Hi Jordan

    thx a lot
    To my question: – Where can I See the page ID? I did not find this info … an info would be great as well

    Thx and best regards Tilman

    #1233232

    Hi,

    Refer to the following:

    Best regards,
    Jordan Shannon

    #1233288

    Cool, thx a lot

    #1233294

    Hi oestersund,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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