TerriJ Posted September 6, 2019 Posted September 6, 2019 I've added a vertical line to one of my pages in my Five template. However I would like to add css to have it not show up on any mobile or responsive design view. is this possible?
tuanphan Posted September 6, 2019 Posted September 6, 2019 @Terrij Yes, you can with Custom CSS. But you should share provide url to community check first. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
aaronjoelunderwood Posted December 1, 2020 Posted December 1, 2020 @tuanphan looking for the same solution here. My url is untodust.co/farwestcoffee . I am looking to remove the vertical line on mobile only.
tuanphan Posted December 3, 2020 Posted December 3, 2020 On 12/1/2020 at 7:59 PM, aaronjoelunderwood said: @tuanphan looking for the same solution here. My url is untodust.co/farwestcoffee . I am looking to remove the vertical line on mobile only. Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .horizontalrule-block { display: none; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.