Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1377722

    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.

    Screenshot

    Hoe can I achieve this? Thanks in advance.

    #1377759

    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

    #1395542

    Thank you, that worked out fine!

    #1395547

    Hi AlfredoS,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Placing images and buttons next to each other’ is closed to new replies.