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

    Hi guys!
    How can I do to make “Buy now” and “Balance lookup” buttons appear next to each other?
    Also, the same question for “Shires” and “Pig” logos in the section below.

    Thanks !!

    #1401590

    Hey enfold,

    Could you post a link to where we can see the elements in question please?

    Best regards,
    Rikard

    #1401611

    Yes, sorry I forgot Rikard

    #1401638

    Hi,
    Thanks for your patience and the link to your site please try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    #btn-gift-card-left,#btn-gift-card-right {
    	display: inline;
    }
    #top.page-id-637 .flex_column.avia-builder-el-3,
    #top.page-id-637 .flex_column.avia-builder-el-12 {
    	text-align: center;
    }
    #av_section_2 .avia-image-container.ignite-logos {
    	display: inline;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1401655

    Thanks so much Mike!
    I duplicate css for other page, but logos doesn’t align center, would you help me with these please?

    Regards
    Santiago

    #1401673

    Hi,
    Try adding this css:

    #top.page-id-635 .flex_column.avia-builder-el-18 {
    	text-align: center;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1401688

    Thanks Mike!
    Cheers!

    #1401693

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

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