Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #284386

    Hi,

    I want to be able to adjust minimum height of an area in the layout editor.

    For example the current site that i am working on i want to be able to have a small grey bar below the header, however the colour section’s default size is too big, id like it to be about a third of that size. how do i go about fixing this?

    http://stihlshophuonville.com.au/

    Cheers, Llewyn

    #284500

    Hi glooadvertising!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-734 div#av_section_1.avia-section {
    min-height: 20px;
    height: 20px;
    }

    Best regards,
    Yigit

    #294216

    Hi Yigit,

    Thanks for this, I’ve made some changes and the code you sent doesn’t seem to be working anymore. Could you please show me how to do it again.

    I want to reduce the space between the header and slider.

    http://stihlshophuonville.com.au/

    Thanks,

    #294353

    Hi!

    Please use following code instead

    .page-id-734 div#main {
    margin-top: -30px;
    }

    and adjust as needed

    Regards,
    Yigit

    #294370

    Hey,

    Thanks for that, worked a treat!

    Cheers, Llewyn.

    #294373

    Hey!

    You are welcome Llewyn, glad we could help! :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How do I adjust the minimum height for a section in layout editor?’ is closed to new replies.