Hi,
For some reason the title on the cart page is too big and the title block seems to be on top of the product list. How can i change it? I’ve tried changing the font size on the theme but it doesn’t change it.
Thank youu
I’d recommend you to check what tag it is, then go to theme.css or wherever your css is.
Find the tag and change the style there.
Alternatively if that is the only one that messes with you. Create a new class where you set the right style. Then for example
Thank you but I’ve tried looking for the tag and i can’t find it on them.css
This is the website if you want to see the issue, just add anything to the cart, and change the size of the browser. The text doesn’t adjust as it should when you go bigger.
Okey, now I think I know what’s wrong. Also I see that “Raimondi” is a bit of at about half screen.
I can’'t say the exact filename cause I don’t think it’s the same on every theme but probably a css file or one that sets the style for every or that particular page.
Then you should check @media screen, and see if it helps adjusting that.
If you don’t know what it is, it’s what determines how to display items given a size range (how big the screen is)
Apologies for the late answer but work got in the way