leejyng Posted July 16, 2021 Share Posted July 16, 2021 Site URL: https://beholdofficial.com Hi there, can anyone help me make the header to be transparent with the product listings starting from the top of the page instead of after the header? I want it to be the same for mobile too. Thanks in advanced! FROM THIS (Desktop): TO THIS (Desktop): For mobile, from this: To this: Link to comment
tuanphan Posted July 17, 2021 Share Posted July 17, 2021 On 7/16/2021 at 3:53 PM, leejyng said: Site URL: https://beholdofficial.com Hi there, can anyone help me make the header to be transparent with the product listings starting from the top of the page instead of after the header? I want it to be the same for mobile too. Thanks in advanced! FROM THIS (Desktop): TO THIS (Desktop): For mobile, from this: To this: Add to Design > Custom CSS /* Shop list header transparent */ body.collection-type-products.view-list article section:first-child { padding-top: 0 !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
leejyng Posted July 20, 2021 Author Share Posted July 20, 2021 Hi @tuanphan, Thank you so much! Everything's looking great from the desktop now 🙏 But is there a way to make the product listing image to fit the mobile screen instead of hanging in the middle? Link to comment
tuanphan Posted July 22, 2021 Share Posted July 22, 2021 On 7/21/2021 at 12:37 AM, leejyng said: Hi @tuanphan, Thank you so much! Everything's looking great from the desktop now 🙏 But is there a way to make the product listing image to fit the mobile screen instead of hanging in the middle? Use this code @media screen and (max-width:767px) { body.collection-type-products.view-list article section:first-child { padding-left: 0 !important; padding-right: 0 !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment