Jump to content

Product Listing Design (Desktop&Mobile)

Recommended Posts

  • Replies 3
  • Views 206
  • Created
  • Last Reply

Top Posters In This Topic

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):

from this

TO THIS (Desktop):

to this

 

For mobile, from this:

Screenshot_20210716-164242_Instagram.thumb.png.8f3fa0259bf9840eee7c6abbd122b63a.png

To this:

 Screenshot_20210716-164644_Chrome_mh1626425287163.thumb.jpg.5e977a8e930cd8b025c15daa13eaedff.jpg

 

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
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? 

Screenshot_20210721-012844_Instagram.thumb.jpg.aec5986435e950d4c67a2c5dfed5546c.jpg

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.