This topic has 6 replies, 3 voices, and was last updated 4 years, 7 months ago ago by Olga Barlow
Hi
Im trying to add tabs to my website. When i set tab image the size options are not working.
Hello,
Please provide URL + temporary wp-admin access. Describe the desired result in more detail.
Regards
What i want is on the front page, i want to showcase furniture collections with tabs.
When the user clicks on the main picture it shows what other items are in the same collection (they are not categorized good), so they can buy parts of the collection.
I have multiple collections like this, i added one on the end of the main page in tabs.
So i want the tab image to be big enough to see it clearly, and to maybe fit 3 tabs like that in a row.
Hello,
Do you want something like this http://prntscr.com/s3bw94 ?
Add the following Custom CSS because tab image size is limited
.et-tabs-wrapper .tabs-nav li {
max-width: 900px;
}
Regards
Oh yes, if i can manage to resize it like that that is completely fine
Hello,
Then add the mentioned code to Theme Options > Custom CSS and change the max-width (900px) according to your needs.
Regards
You must be logged in to reply to this topic.Log in/Sign up