Hi guys,
The page I’m working on contains an orange button all below. It also contains some social media buttons above it. I want the buttons to be next to each other as in this image.
Hoe can I achieve this? Thanks in advance.
Hey AlfredoS,
You could try placing those elements in span tags for example. Or you could give the containing column a custom class name, then try CSS like this:
.your-class .avia-image-container {
max-width: 0;
display: inline !important;
}
Best regards,
Rikard
Thank you, that worked out fine!
Hi AlfredoS,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko