Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #444736

    Hi there,

    We have two Xlarge buttons on the Home page. They look fine on all screens other than 768. How can we get them side by side on this screen size? (We have used 1/4 x 4 layout, and not 1/2 x 2, because if we do not the buttons are too far apart on larger screen sizes).

    #445397

    Hi rpl_admin!

    try this code:

    @media only screen and (min-device-width: 768px) and (max-device-width: 768px) {
    .avia-button-wrap.avia-button-center.avia-builder-el-9.avia-builder-el-no-sibling {
    top: -104px;
    }}
    

    and adjust as needed by yourself.

    Regards,
    Andy

    • This reply was modified 9 years, 6 months ago by Andy.
    #445401

    Hi Andy,

    Thanks for your mail but that doesn’t seem to have helped. I actually noticed that the behaviour happens below 990px, and then at 767 the right button goes under the left button, but we’d actually like them side by side down to about 600.

    Robert

    #445817

    Hi!

    Try to add this:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .responsive #av_section_1 .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive #av_section_1 .av_one_fourth.first {
      display: none;
    }
    
    body #av_section_1 .flex_column.av_one_fourth {
      margin-top: 0;
      clear: none;
    }}

    Edit the color section then add a unique id in the Section ID field. Use “custom-section” for example. Replace the #av_section_1 selector with the section id #custom-section.

    Best regards,
    Ismael

    #452503

    Hi there,

    I’m afraid we haven’t resolved this issue. The buttons positions are not side by side 990 down to 767. Any further help very much appreciated.

    Many thanks,

    Robert

    #453598

    Hi!

    I have loaded your web site, and I can not find the code we provided in there. Have it been removed?

    Best regards,
    Basilis

    #453638

    Hello Basilis,

    No, it’s still there in the Quick CSS.

    Robert

    #453895

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Best regards,
    Yigit

    #454167
    This reply has been marked as private.
    #455209

    Hi!

    Please review your website now, because I implemented this code in your Quick CSS:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .responsive .av_one_half.first + .av_one_fourth, .responsive .av_one_half.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half {
    margin-top: -76px;
    left: 270px;
    }}
    

    and it looks fine to me now:

    Don’t forget to clear browser cache.

    Cheers!
    Andy

    #455688

    Hello Andy,

    Many thanks for your work on this. Unfortunately, the buttons now render off-centre (too far to the left) between 768 and 990.

    You still have access or if you can tell what we need to modify.

    Thanks again,

    Robert

    #456302

    Hi!

    please adjust by yourself. Just change the value of “left”, for example to:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .responsive .av_one_half.first + .av_one_fourth, .responsive .av_one_half.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half {
    margin-top: -76px;
    left: 360px;
    }}
    

    Hope this helps.

    Cheers!
    Andy

    #456520

    Hello Andy,

    That doesn’t work. It just places the buttons on two ‘rows’ again. Please help, we need to launch this site very soon and this will be the first page most visitors will see.

    Thanks,

    Robert

    #457389

    Hey!

    I thought this is what you want? like showing in my screenshot from my previous post. So I am confused and don’t know what you want to achieve now. Please send us a mockup showing exactly what you are trying to achieve. If you are in a hurry feel free to hire a freelancer for this job.

    Best regards,
    Andy

    • This reply was modified 9 years, 5 months ago by Andy.
    #457583

    Hi Andy,

    There’s been some confusion because we now have 4 buttons. Someone has used a ‘grid’ under the original buttons.

    But anyway, what we want is for the two buttons to be side by side (perfectly aligned & nicely spaced) on all screen sizes down to 480. Below 480, it’s better to have the “teachers’ button below the ‘test takers’ button.

    Thanks again,

    Robert

    #458437

    Hey!

    I am sorry, but we can only provide you with basic support here, as written in our support policy. If you need some customizations for your website hire a freelancer. I still have no idea what you mean with “perfectly aligned & nicely spaced” and I already asked for a mockup/screenshot showing exactly what you need.

    My answer from here:
    https://kriesi.at/support/topic/buttons-position-ipad-portrait/#post-455209
    seems to provide you with what you need. Please adjust it as needed by yourself.

    Regards,
    Andy

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