• jenisecox

    (@jenisecox)


    I just took over website management for my local fiber arts guild. My skills are sketchy, so I need some hand-holding. In testing and troubleshooting, I’ve realized that there are some buttons that work from a pc or laptop but do not work from a mobile device or table. This seems to be related to pages that are set up to have columns. Can anyone tell me what I need to do to get these buttons working?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Anna Webdesign

    (@anna-webdesign)

    Helloo!

    When the screen goes below 768px there is a float:none; added to the colums. I think if you add the code below to the style.css the buttons are going to work again:

    [class*="column"] + [class*="column"]:last-child {
        float: left;
    }

    Good luck!

Viewing 1 replies (of 1 total)

The topic ‘Buttons don’t work on mobile’ is closed to new replies.