Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
BeBuilder
Can I hide Wrap section on mobile?
ideje
April 2017
in
BeBuilder
Hi!
I know the option to hide whole Section on mobile or teblet (Responsive Visibility function).
Can I hide just the Wrap section on mobile with any custom-class?
Thanx
Comments
Bryan
April 2017
Hi,
You can add a custom class like hide_on_mobile and then in the custom css add
@media
(max-width:768px) {
.hide_on_mobile {
display:none !important;
}
}
Sign In
or
Register
to comment.
Comments