Support ForumHide row on mobile – Support Forum https://support.ishyoboy.com/forums/topic/hide-row-on-mobile/feed Sat, 12 Jul 2025 13:59:48 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/hide-row-on-mobile/#post-5855 <![CDATA[Hide row on mobile]]> https://support.ishyoboy.com/forums/topic/hide-row-on-mobile/#post-5855 Sat, 06 Dec 2014 06:18:47 +0000 Kyle So i am trying to hide a row on mobile devices. I set the row “Extra CSS Class” to “ish-sub-footer” and tried using the following css. However it is not working, am i missing something?

@media only screen and (max-width: 1085px) {
.ish-sub-footer {
display: none;
}

]]>
https://support.ishyoboy.com/forums/topic/hide-row-on-mobile/#post-5874 <![CDATA[Reply To: Hide row on mobile]]> https://support.ishyoboy.com/forums/topic/hide-row-on-mobile/#post-5874 Mon, 08 Dec 2014 08:46:29 +0000 IshYoBoy Hey Kyle,

First of all it seems the media query is not closed correctly. It misses the last curly bracket. Maybe also try adding important to it as there might be a “stronger” selector applied:

If still not working, please provide the URL of the page where the code is already applied so we can have a look and see why it is not functioning. You can post it as a private reply if you are concerned about other users seeing the URL ;)

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>