New Shopify Certification now available: Liquid Storefronts for Theme Developers

adjusting title position

Solved
monomgroup
Explorer
99 0 35

 

 

 

Hi,

 

we would like to move the hero title of the category pages a bit more to the left no mobile view to the center. On desktop mode we use this code to center it and it look all fine on desktop.

 

h1.collection-hero__title {
font-size: 14px !important;
font-weight:bold !important;
position: center !important;
}

 

But on mobile it isn't centered: s. screenshot below. Is there a way of moving it a bit to the left just no mobile? THanks in advance!

 

 

Screenshot 2023-07-11 at 14.31.33.png

store url: www.mismstudio.com

 

Thanks in advance!

 

Best,

team-mism

Accepted Solution (1)
websensepro
Shopify Partner
780 105 105

This is an accepted solution.

Hi, @monomgroup.

 

Follow These steps,

Go to the online store theme and go to base.css file paste the code mentiond below.

 

.collection-hero__description.rte {
    margin-left: 0%;
}

.collection-hero__description.rte h4 {
    line-height: 18px;
}

 

Result:

websensepro_0-1689080028227.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

View solution in original post

Replies 2 (2)
Small_Task_Help
Shopify Partner
314 9 22

Hi,

 

Changes in css can help. If you want you can contact us for the same 

Click here to Contact and Get Shopify Store Help
E-mail - hi@shopifysmalltask.com
We are Shopify Store Small Tasks and Customization Experts
websensepro
Shopify Partner
780 105 105

This is an accepted solution.

Hi, @monomgroup.

 

Follow These steps,

Go to the online store theme and go to base.css file paste the code mentiond below.

 

.collection-hero__description.rte {
    margin-left: 0%;
}

.collection-hero__description.rte h4 {
    line-height: 18px;
}

 

Result:

websensepro_0-1689080028227.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here