Left-Align Category Titles and Text in Your Shopify Store

How to left-align text and title within a theme using CSS for Shopify

add this code to the bottom line of youre theme.css

				
					.PageContent {
  text-align: left !important;
  margin-left: -1px !important; /* Pas de waarde aan naar behoefte */
}
.PageContent, .SectionHeader__Heading { 
  text-align: left !important; 
}
				
			

0 Reviews ( 0 out of 0 )

Write a Review

Share:

More Posts

Productreviews en AggregateRating

Productreviews en AggregateRating

Productreviews en AggregateRating schema veilig toepassen op je productpagina (WooCommerce / WordPress) Waarom je dit wilt Voor je webshop is dit goud waard: Meer zichtbaarheid

Send Us A Message