JAY1570048019 Posted July 20 Share Posted July 20 Hi everyone, hoping you can help with this. I’m trying to extend my videos and images right to the edge of a mobile screen, but only when viewed in mobile. The desktop content width would stay the same. Here is an example of the page: https://www.bookofjoash.com/home/make-lamb-not-walls Your help would be much appreciated, thank you. Link to comment
tuanphan Posted July 22 Share Posted July 22 You mean remove right space of screen? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
JAY1570048019 Posted July 23 Author Share Posted July 23 Yes! But would like to only extend the video and image content. Not the body text. Thanks @tuanphan you are very helpful. - J Link to comment
JAY1570048019 Posted July 24 Author Share Posted July 24 @tuanphan just for clarity. Right to the edge of the right AND left of a mobile screen. Link to comment
tuanphan Posted July 25 Share Posted July 25 Add to Design > Custom CSS @media screen and (max-width:767px) { body#item-60cc21b91a96e24d4e8f244b { .video-block, .image-block { padding-right: 0px !important; } }} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
JAY1570048019 Posted July 25 Author Share Posted July 25 Hey @tuanphan it works! (Sort of). There is still a slight gap (see attached). I tried to use e.g: -4px but it doesn’t work. Thanks for your help. - J Link to comment
Solution tuanphan Posted July 26 Solution Share Posted July 26 14 hours ago, JAY1570048019 said: Hey @tuanphan it works! (Sort of). There is still a slight gap (see attached). I tried to use e.g: -4px but it doesn’t work. Thanks for your help. - J padding has no negative value you can use margin under padding margin-right: -4px; Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment