I’d like to place 4 small image buttons (for example for social media pages, or ways to contact us). But I’d like them to be in the same horizontal line also in mobile view.
Thanks!
Hey 0_o,
This is possible with little css work. Can you provide a link so we can see what you have now?
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
.avia-image-container.avia-align-center {
display:inline!important;
}
Best regards,
Jordan Shannon
Thanks! is there a way to keep the images centered as they were before, and also is there a way to restrict this code to work only on one section/box?
Hi,
To center add this to quick css:
.flex_column.av_one_full.av-animated-generic.pop-up{
text-align:center!important;
}
The code above as a prefix should keep it to just that one area.
Best regards,
Jordan Shannon
I’m sorry, I didn’t explained myself well,
I want the code you mentioned before:
.avia-image-container.avia-align-center {
display:inline!important;
}
to be also centered, by applied to only one specific content block (Section ID of one specific Color Section) and not all the blocks on the site.
Is that somehow possible?
Thanks again for all your help!
Hi,
You have to add BOTH codes that I gave you.
Best regards,
Jordan Shannon