This topic has 7 replies, 4 voices, and was last updated 9 years, 3 months ago ago by Stan Russell
I am having a problem with line spacing in my theme. I have a category called space jam, because of the css rule [class*=space] it wipes out my line heights on the page.
Does anybody else have this problem? the css entry is:-
media=”all”
[class*=space] {
line-height: 0;
font-size: 0;
overflow: hidden;
clear: both;
width: 100%;
}
Hello,
Could you please clarify with more details what exactly you want to do and show us screenshots?
Also please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Hello,
Please update the theme to the latest version and Woocommerce as well.
Before update delete “woocommerce” folder in the directory wp-content/themes/woopress/ and it’ll be reuploaded from a new theme package.
Also update all required plugins https://www.8theme.com/download-plugins/ .
Don’t forget to create back up of your files and database before starting update process!
(it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
Hi,
Thanks for the reply, as you can see from the two screen shots the breadcrumbs and certain parts of the page are losing line height from highlighted css on the right of the screen.
Hello,
Try to use this code in custom.css file:
body {
line-height: 1.42857 !important;
}
Regards,
Eva Kemp.
Brilliant thanks that did the trick.
Thank you. Case closed!
Hello alteredpages,
you are welcome!
Regards,
Stan Russell.
The issue related to '‘Product categories with the name "space", line height error.’' has been successfully resolved, and the topic is now closed for further responses