shopify home page layout

Solved
mikenoxus
Excursionist
21 0 4

Can anyone help me with how can I center my Best sellers with a division line underneath it please.

mikenoxus_0-1698080958849.png

I'm trying to make it look like this

mikenoxus_0-1698081354405.png

 

 

 

Accepted Solution (1)
BSS-Commerce
Shopify Expert
2831 378 397

This is an accepted solution.

Hi @mikenoxus ,

You can follow this way:

Step 1: Go to Themes -> Edit Code

 

view - 2023-10-30T170659.129.png

 

Step 2: Find the base.css file:

 

view - 2023-10-30T170755.020.png

 

Step 3: Add this CSS to the bottom of the file:

.title-wrapper--no-top-margin>.title {
    text-align: center;
    border-bottom: 1px solid #bbb;
    padding-bottom: 15px;
}

Result:

view - 2023-10-30T170919.624.png 

Good luck @mikenoxus!

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development

View solution in original post

Replies 4 (4)
Softdigital
Tourist
3 0 1

Drop your store link to help you with that

 

banned
mikenoxus
Excursionist
21 0 4
BSS-Commerce
Shopify Expert
2831 378 397

This is an accepted solution.

Hi @mikenoxus ,

You can follow this way:

Step 1: Go to Themes -> Edit Code

 

view - 2023-10-30T170659.129.png

 

Step 2: Find the base.css file:

 

view - 2023-10-30T170755.020.png

 

Step 3: Add this CSS to the bottom of the file:

.title-wrapper--no-top-margin>.title {
    text-align: center;
    border-bottom: 1px solid #bbb;
    padding-bottom: 15px;
}

Result:

view - 2023-10-30T170919.624.png 

Good luck @mikenoxus!

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development

mikenoxus
Excursionist
21 0 4

Thank you sir/madam, it worked!