⚡⚡Flash Sale⚡⚡ Get 20% off any Purchase!!! Limited Time Peroid Only!!! 🔖 Use Coupon Code FLASH at checkout.

Home Forums Square Mobile Changes Only Changing on Homepage but not other pages

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1257
    woodyjr
    Participant

    I was having issues with my sidebar overlapping my footer but only on my mobile device. I couldn’t find a good solution and none of the mobile plugins worked so I added css to remove sidebar and footer for mobile screen sizes. I tested it out on the desktop screen sizes and it works perfectly but as soon as I get on my phone it only works on the homepage and when I click to a different page it goes back to normal and shows the overlapping footer and sidebar that was supposed to be removed. Am I missing something?

    #1258
    woodyjr
    Participant

    This is what I added:

    @media only screen and (max-width: 767px) {
    .widget-area {
    display:none;
    }
    #sq-colophon {
    display: none;
    }
    }

    #1280
    Hash
    Keymaster

    Hi,

    Can you please mention your website url? There does not seems any issue with our demo site at all.

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