Impulse Align Also Like and Recently Viewed LEFT

Hi,

im trying to align

YOU MAY ALSO LIKE

RECENTLY VIEWED

to the Left side

and also make the font smaller maybe 10px

my site is https://luxurymrkt.com/collections/newest-products/products/golden-goose-track-jacket-with-star-band

you can add it (at the top of the file theme.css)

@media(max-width:767px){
#shopify-section-template–15648733003957__recently-viewed .section-header__title,
#shopify-section-template–15648733003957__product-recommendations .section-header__title{
text-align:
left !important;
font-size:10px;
}
}

1 Like

Hey bud quick question

will those 3 codes (recently viewed, black outline variant, align description left) work for desktop also? I tried changing max width to min 767

but if I put the code it at the top of css it messes up the mobile site