This topic has 4 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Robert Hall
Hi there,
is it possible to set different version of a section in page for a mobile?
thanx
Hello,
Could you please clarify with more details? Specify what exactly you want to change.
Regards,
Eva Kemp.
HI,
for instance at the home page, at the 3rd row
it appears not so good in mobile in cimparison to desktop. Since the background image is not showing well.
So I need to check if this row can be invisible on mobile so that I can create a new one that will be visible only for mobiles.
Thanx
Hello,
Do you mean this row? http://prntscr.com/cnncbm
You can add the following code in Theme Options->Custom CSS->Custom CSS for mobile
.vc_custom_1475071602047 {
display: none !important;
}
Also you can add an extra class for each row that should be hidden – http://prntscr.com/cnncon
For example try to add a makeInvisible
class there. Then use this code in Theme Options->Custom CSS->Custom CSS for mobile.
.makeInvisible{
display: none !important;
}
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up