Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1072417

    I want the yellow bar with the mail optin field below the header to flush with the picture of the hand holding a smartphone. How can I do that so that I can take away the useless yellow space below it?

    I appreciate your help and this support forum very, very much btw! :)

    Best regards,
    Tobi

    #1072421

    Hi,
    this should hide the space

    .page-id-97 .avia-builder-el-16{
          max-height: 100px;
    }

    but i would add a class to the section so you can use your own class instead this one .avia-builder-el-16

    .your-class {
        max-height: 100px;
    }

    Regards
    Alex

    #1072423

    Hey Evendril,

    Thanks for your input on this!

    Best regards,
    Jordan Shannon

    #1072550

    Awesome, thank you so much!

    Thread can be closed.

    #1072725

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Taking away useless space in colour section’ is closed to new replies.