Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #903990

    Hello, I love the theme, absolutely amazing. Thank you in advance for your help.

    I am unable to get the two buttons centered, inline. The buttons are in a color container on multiple pages. I would like to display them similar to the full-image slider header. Body buttons

    On mobile, I can’t get the two buttons inline, one next to each other. web buttons screenshot

    #904027

    Hey Danny,

    I couldn’t see the image you posted, can you try posting in https://imgur.com/ and post the link here?

    Best regards,
    Nikko

    #904034

    Both images posted here: buttons

    View post on imgur.com

    #904100

    Hi dmac,

    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

    
    @media only screen and (min-width: 768px) {
      .avia-builder-el-17 .avia-button.avia-icon_select-no.avia-size-x-large {
        float: right;
        margin-right: 20px;
      }
    
      .avia-builder-el-18 .avia-button.avia-icon_select-no.avia-size-x-large {
        float: left;
         margin-left: 20px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #904128

    Hey Victoria, thank you for your help. The Quick CSS code too care of the two button in the body, the two buttons in the full image header (on mobile) are still misaligned slightly. Ideally, I would like them side by side or center aligned.

    • This reply was modified 6 years, 7 months ago by dmac.
    #904699

    Hi,

    I have checked your site, and it’s returning a 404 page (screenshot in private content).

    Best regards,
    Nikko

    #905056
    This reply has been marked as private.
    #905347

    Hi,

    Thanks for providing the login access, I have added this css code:

    #top .avia-multi-slideshow-button.avia-slideshow-button {
        margin-right: 0;
    }

    inside this media query in Quick CSS:

    @media only screen and (max-width: 767px) {

    Let us know if it’s good :)

    Best regards,
    Nikko

    #905348

    Looks good, thank you Nikko.

    #905351

    Hi,

    Glad we could help! :) Let us know if you need further assistance or if we can close the thread.

    Best regards,
    Nikko

    #910146

    Hi Victoria,

    I think I may have some conflicting code, the buttons in the body are misaligned. My goal is to have them inline as displayed in the slider area next to each other. Thank you for all your help.

    buttons

    #910453

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home #av_section_1 .avia-builder-el-12 .avia-button-wrap {
      float:right;
    }
    
    .home #av_section_1 .avia-builder-el-14 .avia-button-wrap {
      float:left;
      margin-left:10px;
    }

    Best regards,
    Rikard

    #910455

    Hi,

    Can you take another look please:
    I think I may have some conflicting code, the buttons in the body are misaligned. My goal is to have them inline as displayed in the slider area next to each other. Thank you for all your help.

    buttons

    #910459

    That fixed it, thank you

    #910531

    Hi,

    Glad that Rikard helped you :) Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    #913465

    Hi team,

    Can you take another look. I updated the website and the same two buttons are misaligned. The buttons were misaligned before I removed some CSS. I ended up removing quite a bit of Quick CSS to clean it up a little.

    #913764

    Hi dmac,

    Looks like you changes elements, the code triggers specific elements, so if you change the elements, the code needs to be adjusted.

    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

    
    .home #av_section_3 .avia-builder-el-18.avia-button-wrap {
      float:right;
    }
    
    .home #av_section_3 .avia-builder-el-20.avia-button-wrap {
      float:left;
      margin-left:10px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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