Hide row on desktop
-
Hi,
I have an iissue with disable rows for mobile / desktop.
I used the following code to hide on mobile and it works perfectly :Additional CSS in my row (with WPBakery Page Builder 5.7)
.no-mobile
CUSTOM CSS in the THEME
@media only screen and (max-width:768px) {
.no-mobile {
display:none
}PROBLEM : I tried to change this code to hide for desktop but it doesn’t work :
@media only screen and (min-width: 769px) {
.no-desktop {
display: none;
}Any help ? ??
- This topic was modified 5 years ago by . Reason: Moved to Fixing WordPress, this is not a Developing with WordPress topic
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hide row on desktop’ is closed to new replies.