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

    Hi,

    One of our sites using enfold has an issue with layout on mobile/iphone.

    Please see link. In the colored section the “message us” button isn’t centred properly.

    Any ideas?

    #422517

    Hey robertscott!

    Please add following code to Quick CSS

    @media only screen and (max-width: 768px) {
    #contact-section .avia-button-right {
      float: left;
    }}

    Best regards,
    Yigit

    #422535

    Hi Yigit,

    That didn’t make any difference. The button is still out of centre.

    #422536

    Looks worse on tablet.

    #422541

    Hi!

    You have inserted your button right aligned, that is why it is showing up like this. Please edit your button and choose to display center aligned.

    Best regards,
    Yigit

    #422550

    but now its too far left on desktop! lol

    #422556

    Hey!

    Please add following code to Quick CSS

    @media only screen and (min-width: 769px) {
    #contact-section .avia-button-wrap.avia-button-center {
      float: right;
    }}

    It should look right on all screens now :)

    Best regards,
    Yigit

    #422564

    Nope. Check it out on desktop:: http://scotwebdigital.co.uk/organic-search/

    But iphone looks ok now

    #422567

    Hi!

    Please try adding !important rule to the code as following

    @media only screen and (min-width: 769px) {
    #contact-section .avia-button-wrap.avia-button-center {
      float: right !important;
    }}

    If that does not help, please create a temporary admin login and post it here privately

    Cheers!
    Yigit

    #422585
    This reply has been marked as private.
    #422590

    Hi!

    Please review your website now.

    Regards,
    Yigit

    #422592

    Hi Yigit,

    The button is still off centre on desktop. And still off on all other inner pages :-(

    #422596

    Hey!

    Please flush cache and refresh your page a few times. This is how it looks on my end – http://i.imgur.com/pY1Oco0.png

    Best regards,
    Yigit

    #422603
    This reply has been marked as private.
    #422888

    Hey!

    I get the same result as Yigit, did you clear your browser cache and reload a few times?

    Cheers!
    Rikard

    #423073

    If i set the button to centre it looks terrible on desktop but ok on mobile. if i put the button right aligned it looks ok on desktop but not on mobile.

    I tried everything you said and it doesnt work. I even checked on a fresh computer with cache cleared

    #423079

    Hey!

    When you checked on other computer, were you logged out of admin? You are using cache plugin and you may have seen cached version unless you flushed it. I believe that is the case since i and Rikard did not see any issues :)

    Best regards,
    Yigit

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