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
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
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
Hi!
Please add following code to Quick CSS
.home #av_section_2 .content {
padding-bottom: 10px;
}
Regards,
Yigit
Thanks a lot Yigit :)
It is solved.
Kind regards,
Sadegh.