hello
i try to set enfold full-width button tabs and images on it.
now it looks:
http://s6.ifotos.pl/img/Screen-Sh_qwxrxsn.png
I would :
http://s5.ifotos.pl/img/Screen-Sh_qwxrxse.png
thx for help
Hey osukaru,
Thank you for the images, please include the url to the page so we can investigate.
If the page is draft or hidden, please include a admin login.
Best regards,
Mike
Hi,
Thanks for the login, as I took a closer look I found the your images are not the compete words, please see links in the Private Content area.
and the only images for them are very large, so they seem to be getting cropped when they are added to your tabs.
Please try uploading some smaller images for the tabs, such as 200px wide.
Best regards,
Mike
Hello i add 200px wide images.
And 3 images look good, but only one is cropped to 180px :(
I try use Quick css to scale image tabs full-width… but not work.
.av-tab-section-tab-title-container {
padding-top: 0px !important;
}
#top .av-section-tab-title {
width: 25% !important;
}
Hi,
I see that your tab sections are 25% wide now, so adding this css will center the tabs and make them bigger with bigger images:
span.av-tab-arrow-container,span.av-tab-section-image {
margin: auto !important;
}
span.av-tab-section-image {
background-size: cover !important;
width: 180px !important;
}
Please see the screenshot in Private Content area.
so that solves all but the “friends” one, to solve the image crop, please try uploading your images at 180px.
Best regards,
Mike