Home Forums Pro Themes Signify Pro Button sizes on mobile theme view not resizing, buttons too big

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #172190
    David Pfiffner
    Participant

    As you will see if you visit my sandbox website on a mobile phone device:
    https://tggold.a2hosted.com/

    As you scroll down the page, there are 3 columns of pictures, which should be followed by 3 columns of buttons under each of those photos. However, the buttons do not resize property for mobile, they are all squished together. It looks fine on desktop computer browser though, just not on mobile.

    What thoughts does one have to resolve this the best way?

    #173371
    Psink
    Keymaster

    Hello David

    Please add this CSS in the Additional CSS

    
    @media screen and (max-width: 767px) {
           .home #content tr td {
            width: 100% !important;
            display: block;
            text-align: center;
            margin: auto;
        }
    }
    

    After adding this CSS it’s looks something like this
    https://www.awesomescreenshot.com/video/6408389?key=5f07f9998dc46b2509a34331f7f9e99c

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