Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #942196

    Hi, how do I change the space that is created using the color section?
    thanks

    #942370

    Hey czar,
    Typically there is not much space created, please direct us to your page so we can be of more assistance.

    Best regards,
    Mike

    #942454

    Thanks Mike, token in private reply is valid for 3 days.

    #942544

    Hi,
    This is because the element is using “vertical-align: middle;” based on your screen height. Because of the color section setting to “100% of browser window”. On my screen there is not so much of a gap.
    2018-04-16_064547
    You can change the color section setting to “let content define height”.
    2018-04-16_065032
    Otherwise if you wish you can try this code in the General Styling > Quick CSS field:

    
    #top.page .avia-section.av-minimum-height .container .content {
        vertical-align: top!important; 
    }
    #top.page .container .content .post-entry {
    padding-top: 20px !important;
    }

    and adjust the 20px to suit

    Best regards,
    Mike

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