This topic has 10 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Jack Richardson
Hi !
As you can see in the screenshot, I have a problem with the appearence of the blog page.
I ‘ve added some code to justify the text.
<p style="text-align: justify;">TEXT</p>
It’s perfect on the post page but there is a strange space on the blog page.
Why ?
Can you help me, please, to find the solution to make working well ? Because this is not very nice like this.
Thanks a lot.
Eli
Hello,
Add this code in CSS block of Visual Composer editor in Blog page:
.wpb_row {
margin-bottom: 0 !important;
}
Regards,
Eva Kemp.
Hi
Thanks.. but it’s not working better…
Eli
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
I’ve just updated but it’s not better. It keeps the problem.
An other solution ?
Tks
Eli
Hello,
I’ve added this code in custom.css file:
.blog-masonry article.post h2 {
margin-bottom: -30px !important;
}
Please clear browser cache and check Blog page.
Best regards,
Jack Richardson.
Thanks… but actually I don’t see it in Theme Option > Custom.CSS
Where can I find it exactly ?
There is still a space before the first word.
Thank you !
Hello,
The code is in Appearance > Editor > custom.css file.
Regards,
Eva Kemp.
Ok many thanks.
Can you explain me the difference between
1) Theme Option > Custom.CSS
2) Appearance > Editor > custom.css file
3) CSS block of Visual Composer editor
It will help me to work better.
Thank you.
Eli
Hello,
1./2. Custom CSS in Theme Options is the same as custom.css file. It was made due to clients requests not to create file but have direct option for custom styles.
3. CSS block of Visual Composer editor allows you to change styles only for that page you edit, changes won’t work for other pages if you don’t write the code in custom.css.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up