Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #861191

    Hi,
    I created a header widget button but it shows awful on an iphone. Is there anything I can do to have it show better on a device? As a secondary measure I thought I would try making it a menu item since it wasn’t working but when I choose it as a button it just looks like a big color blob and nothing close to a “button per se” and I can’t figure out how to change that or the hover color. I did inspect the menu item, 844 and tried to implement custom codes but it never changed anything. Any suggestions? I left them both up on the staging site so you could see them.

    #861268

    Hey lflask,

    Please, could you tell me which is the button? I can`t see it.

    Best regards,
    John Torvik

    #864974

    Sorry John I didn’t see this response until now. There is a “Schedule An Appointment” button to the far right in the header. It was built as a header widget.

    #864975

    Here is a picture. You will see the button on the farthest right and the menu item next to it.

    #864998

    Hi,

    So you would like to keep the button currently on the far right? You just need the position improved on mobile?

    Best regards,
    Jordan Shannon

    #865366

    Yes ideally, I would like to keep the button on the right if I can get it to show correctly on mobile.

    #865592

    Hi,

    Maybe it would be a good idea to keep the button out of the header on mobile screens since there is not a lot of room for it? If you want to try that out then you can use this in Quick CSS:

    @media only screen and (max-width: 767px) {
    #header .widget {
        padding-top: 67px;
    }
    }

    Best regards,
    Rikard

    #865860

    Thanks Rikard, I appreciate it.

    #865861

    Rikard, that doesn’t really work either as it then interferes with other pages overlapping the text. Is there any way to hide it all together on small (iphone) screens? Because it works fine on the iPad.

    Thanks

    #865875

    Hi – I figured that part out and removed the header widget on max 767. A related question – on the same issue. I currently have the ul#avia-menu {
    margin-right: 165px;
    } Is there a way to make that a different pixel distance On @media only screen and (max-width: 767px) in Quick CSS? so it doesn’t crash into the logo on smaller screens?

    #865876
    This reply has been marked as private.
    #865929

    Hi,

    I’m glad you were able to have some success! Do you need additional help, or shall I close this thread?

    Best regards,
    Jordan Shannon

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