Tagged: tabs
-
AuthorPosts
-
June 27, 2015 at 4:34 am #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 youJune 27, 2015 at 1:18 pm #465247Hi Nathan!
We can’t see Drafts without logging into your site, can you hand us an account on a private reply?
Regards,
JosueJune 27, 2015 at 11:27 pm #465369do you have an email?
June 27, 2015 at 11:48 pm #465375Use (Email address hidden if logged out) but post the credentials here so we all can help.
Best regards,
JosueJune 28, 2015 at 1:01 pm #465519Hm, 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,
JosueJune 28, 2015 at 7:48 pm #465570http://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!
June 30, 2015 at 4:19 am #466138Hey!
Try adding this code to the Quick CSS:
.js_active .top_tab .tab { padding: 12px 22px 14px 22px; }
Cheers!
JosueJune 30, 2015 at 4:25 am #466142Hey!
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,
RikardJune 30, 2015 at 5:58 am #466184it looks incomplete?
June 30, 2015 at 9:14 am #466223Hi!
What you want to do, is to have all the tabs do have the equal size?
And what about responsiveness?Regards,
BasilisJune 30, 2015 at 11:31 pm #466734I 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
July 2, 2015 at 2:43 pm #467520Hi!
with length do you mean height? if yes use this code:
div#tab-id-8-container { height: 360px; }
Regards,
AndyJuly 2, 2015 at 3:36 pm #467586http://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?July 2, 2015 at 3:38 pm #467587my goal is to make the “your benefit” box the same height as the “our features” box
July 3, 2015 at 5:12 am #467819Hey!
Try adding this code to the Quick CSS:
.tab_content { min-height: 340px; }
Cheers!
JosueJuly 3, 2015 at 7:51 am #467847Thank 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.
July 3, 2015 at 8:13 am #467852Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.