Tagged: 

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

    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

    #1224594

    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

    #1225714

    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

    #1226046

    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

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