Hi,
I am using tabs for my users to scroll through a few different informational pieces. I am not using text in the titles – images only. I had adjusted the spacing and size of the titles to make the images larger. The update to 4.3 seems to have broken some of the CSS references I make, causing the images to be the smaller size and tiling the image to fill the space.
Here’s the quick CSS that I have been using to style the tab titles:
/* Tabs */
#botstyle .av-inner-tab-title {
width: 170px !important;
font-family: 'Source Code Pro', monospace;
font-size: 22px;
font-weight: 700;
text-transform: none !important;
}
/* Make heading wider for images to be bigger */
.av-tab-section-image {
width: 120px !important;
}
Link to my site is in the private content so that the mods can see what’s happening.
I’m looking for what I hope is a quick fix to make this work again. Thanks!
NM, I’m a dummy. Added a height reference in the .av-tab-section-image and it sorted everything out.
Hi,
Thank you very much for updating us.
We much appreciate it.
Best regards,
Basilis
Hey,
I have an issue with tab after the update to 4.3. I use text and image and from the update all images are there 2x and they are not centered. How to clean this issue?
There is a screenshot: https://ibb.co/dcZqtn
Thank you, Lukas
Hi Lukas,
Thanks for giving us a screenshot.
Can you give us a link to your site? so we can try to take a closer look.
Best regards,
Nikko
Hi Nikko,
You can see it here: http://test.safe4you.do/#product
Best regards,
Lukas
Hi,
Thanks for the link. Please try the following in Quick CSS under Enfold->General Styling:
.av-tab-section-image {
background-repeat: no-repeat;
background-position: center;
}
Best regards,
Rikard
Hi Rikard,
Thank you for the solution. It works.
Best regards,
Lukas