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

    Hi Kriesi Team,
    Could you please take a look at this part of my first page: (LINK)

    May I know how can I reduce the height of the bottom of this section whilst the header of this section will not be affected?
    .

    Regards,
    Sadegh

    #610669

    Hey Sadegh!

    Please add to your CSS

    #top #main .avia-section .template-page { padding-bottom: 5px !important; }

    and let us know if that works out for you

    Cheers!
    Basilis

    #610672

    Hi Basilis,

    I think you mean adding your given code to the Quick CSS.
    But may I know about a code that could be inserted into the custom CSS class field of this section?
    Because I don’t want to make any changes to this section in other parts of my website, just need to modify this one.

    Regards,
    Sadegh

    #611231

    Hi!

    Please add following code to Quick CSS

    .home #av_section_2 .content {
        padding-bottom: 10px;
    }

    Regards,
    Yigit

    #611325

    Thanks a lot Yigit :)
    It is solved.

    Kind regards,
    Sadegh.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘adjust the height of a section’ is closed to new replies.