Tagged: tab section
Hi,
is it possible to make the tab section height to 100% or 80% of the screen? currently my setting to display tab below content. i would like the title stick to the bottom like a footer.
regards,
Hwang
Hey manjii,
Sorry for the late reply and thanks for the link, it looks like your tab section height is about 100% high, but I don’t know what you mean by “I would like the title stick to the bottom like a footer.” Please demonstrate with a screenshot so we can understand better.
You can add screenshots by uploading your images to a service such as https://savvyify.com/img/ and pasting the html code, or link given in your post or Private Content area.
Best regards,
Mike
Hi,
sorry i just found out the reply goes to junk folder.
for 13 inch screen im fine with it, when in bigger screen i would like it to stick to the bottom.
the screen shot is in bigger screen display.
thank you,
Hwang
Hi,
Thanks for the screenshot, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.home .av-tab-section-tab-title-container {
left: 30% !important;
bottom: 30px !important;
position: fixed !important;
}
#top.home .avia-builder-el-103 {
bottom: 0 !important;
position: fixed !important;
left: 1% !important;
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike