Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1146920

    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!

    #1146961

    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

    #1146969
    This reply has been marked as private.
    #1147162

    Hi,

    Add this to quick css:

    .avia-image-container.avia-align-center {
        display:inline!important;
    }

    Best regards,
    Jordan Shannon

    #1148445

    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?

    #1148495

    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

    #1148557

    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!

    • This reply was modified 5 years ago by 0_o.
    #1148563

    Hi,

    You have to add BOTH codes that I gave you.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.