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

    Hi there, managed to get through another post how to insert XL buttons in the fullscreen slider through shortcodes in the caption.

    However when I add two buttons, they appear aligned but one under the other. I’d like for both buttons to be horizontally aligned – how can I make that happen?

    Thanks!

    #973154

    Hey lopezsalaberry,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #973287

    Thanks Rikard.
    You can see one XL button working perfect here: https://innerforcesports.com
    Two regular buttons (positioned as I would like to have them done XL with shortcodes): https://innerforcesports.com/triathlon
    How they come up when I try to have 2 buttons with shortcode in caption: https://innerforcesports.com/triathlon-2/

    Appreciate any help!

    #973308

    Hi lopezsalaberry,

    There is a br tag between them, it needs to be removed.
    Image 2018-06-15 at 15.02.24.png

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #973320

    Thanks Victoria, removed it but doesn’t quite make it. Still the same. Credentials attached, thanks!

    #973907

    Hi lopezsalaberry,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .page.page-id-3560  #fullscreen_slider_1 .avia-button-wrap.avia-button-center.avia-builder-el-1,
    .page.page-id-3560  #fullscreen_slider_1 .avia-button-wrap.avia-button-center.avia-builder-el-2 {
      width: 25%;
      display: inline-block;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #974048

    Thanks Victoria! Worked great!
    Now, I know that’s a solution for a specific page – which I repeated changing id’s for other 3-4 landing pages that had the same structure.

    Is there a solution that will have the same effect on any fullscreen slider now onwards??

    Thanks so much, you guys have great support!

    #974217

    Hi lopezsalaberry,

    You can just remove the page id class at all and it should work.

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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