Zeeba Posted May 6, 2021 Share Posted May 6, 2021 (edited) Site URL: https://lindsayreid.photo/ Hello, I'd like to remove the vertical scrolling on my home page. It loads the image initially underneath the header bar and then forces the viewer to vertically scroll down the height of the header to view the bottom part of the image. Any idea on how I could do this or set the image to be fixed within the window with the header bar overtop of the top part of the image? Edited May 6, 2021 by Zeeba spelling error Link to comment
tuanphan Posted May 7, 2021 Share Posted May 7, 2021 16 hours ago, Zeeba said: Site URL: https://lindsayreid.photo/ Hello, I'd like to remove the vertical scrolling on my home page. It loads the image initially underneath the header bar and then forces the viewer to vertically scroll down the height of the header to view the bottom part of the image. Any idea on how I could do this or set the image to be fixed within the window with the header bar overtop of the top part of the image? Add to Design > Custom CSS /* home image overflow */ body.homepage article section { padding-top: 0 !important; } body.homepage, html {overflow-x:hidden;} Zeeba 1 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