Home Forums Theme Support InsurancePress Assistance with Tabs on Homepage

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14303

    Hello

    I’m aware this is a Visual Composer component but I’ll like to know if you can help.
    Using your theme, I’ve needed to add 10 tabs to the homepage.

    I’ve removed Title; changed font size for tabs; changed line-height and paddings; and I’ve set the corresponding tab component (got the ID from inspector) to a min-height of 600px;

    The problem I’m having is with the content. I wish the text background and image panel on the right would fill all the height, regardless of the content.
    Could you please help?
    Thanks in advance

    #14307

    Hi there,

    You can try and add a min-height option for the panel wrap and see how’s working.

    For example:

    .sd-panel-wrap {
        min-height: 500px;
    }

    Cheers!
    Chris

    #14315

    Worked just right.
    Thank you.
    Topic solved

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.