Hi,
I like this effekt with the round buttons / slider sections a lot.
I just have the problem that by long words the button is not centered anymore.
Is there a code to change that?
Many greetings rixi
Hey rixi,
Sorry for the very late reply and thanks for your patience.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.home #plugins .av-tab-image-circle .av-tab-section-image {
margin: 0 auto 10px auto !important;
}
Please see the screenshot in the Private Content area of my test with this css.
Best regards,
Mike
Hello Mike,
thanks a lot! It worked on some buttons but on one its still not right.
Is ait possible to change that too?
Many greetings rixi
Hi,
Glad to hear this helped, I had written the css to only affect the one section on your homepage so it would not cause issues on other pages, so since you would like to use this elsewhere on your site please change the section ID of each of these sections on your site to mein_angebot
, I note that the section ID for this section on the hompage is plugins
probably due to the demo you used, so just change this and all of the other sections like this on your other pages:
Then use this css:
#top #mein_angebot .av-tab-image-circle .av-tab-section-image {
margin: 0 auto 10px auto !important;
}
Then clear your browser cache and check.
Best regards,
Mike