Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #649146

    Hi,
    after updating Enfold, I’m having problems with a margin in the first column of the start page (“Höchste Ansprüche an
    …”, see URL below).

    I tried the following custom CSS:
    /*Titelseite Abstand Heading-Bild erste Spalte*/
    body .container_wrap .avia-builder-el-first {margin-top: 50px;}

    The problem: With this change, the top margins of other first elements on all the sub pages are changed as well. What would be the right CSS for the start page?

    Thanks a lot in advance, and best regards
    Denise

    #649651

    Hey torstenw,

    Please try something like this:

    .home .container_wrap .avia-builder-el-first {
    margin-top: 50px;
    }
    

    Regards,
    Rikard

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