Tagged: 

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #465166

    Hello,

    http://bodytalkcare.com/about/?preview=true&preview_id=14&preview_nonce=a707c9a31d

    I would like to please learn how to make where it says “our features” Tabs container and “your benefits” tabs container the same length?
    Thank you

    #465247

    Hi Nathan!

    We can’t see Drafts without logging into your site, can you hand us an account on a private reply?

    Regards,
    Josue

    #465369

    do you have an email?

    #465375

    Use (Email address hidden if logged out) but post the credentials here so we all can help.

    Best regards,
    Josue

    #465519

    Hm, this is weird, even logged-in i’m getting:

    You do not have permission to preview drafts.

    Can you indicate which of the 60 Pages is the one with the Tabs you want to tweak?

    Regards,
    Josue

    #465570

    http://bodytalkcare.com/about/

    “our features”
    “your benefits”

    tabs containers

    I noticed that based on how much text I have in the containers the tabs size will change and I would like them to be as long as the “foundation” tab text area in the “our” features.

    Thank you Josue!

    #466138

    Hey!

    Try adding this code to the Quick CSS:

    .js_active .top_tab .tab {
        padding: 12px 22px 14px 22px;
    }

    Cheers! 
    Josue

    #466142

    Hey!

    It seems like there not enough room for making them all a size any larger than the following, please try this in Quick CSS:

    .tabcontainer .tab {
      min-width: 85px;
      text-align: center;
    }

    Regards,
    Rikard

    #466184

    it looks incomplete?

    http://bodytalkcare.com/about/

    #466223

    Hi!

    What you want to do, is to have all the tabs do have the equal size?
    And what about responsiveness?

    Regards,
    Basilis

    #466734

    I would like the tabs container be the same size please
    and the “your benefits” container to be the same length as the “our features” tabs container
    and when I say the tabs container I mean where the text and the images are.

    thanks for your help

    #467520

    Hi!

    with length do you mean height? if yes use this code:

    div#tab-id-8-container {
    height: 360px;
    }
    

    Regards,
    Andy

    #467586

    http://bodytalkcare.com/about/

    Thank you
    do you know why there is still breaks in the bottom right and left corners of the “our features” box?
    looks like the left line on the “your benefits” box is missing too now?

    #467587

    my goal is to make the “your benefit” box the same height as the “our features” box

    #467819

    Hey!

    Try adding this code to the Quick CSS:

    .tab_content {
        min-height: 340px;
    }

    Cheers! 
    Josue

    #467847

    Thank you that helped fix that
    Yet when I click any other tab for “our features” other than “foundation” the container shrinks in size.
    I would like container to stay the same size when each tab is clicked on please.

    The same for the “your benefits” tab container.
    The “physical tab” is the size that is great, yet when I click the tab “energetic” the container shrinks in size too.
    How could the container to the tabs stay the same height and width when each tab is clicked on?

    Thank you for everyone’s help.

    #467852

    Hey!

    Try the following please

    .tab_content:active {
        min-height: 340px;
    }

    Please note you will be having issues with the responsiveness of the tables, while you do that.

    Cheers!
    Basilis

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