Hi, can someone lend me a hand??
Hello @dariohuertacontact
First, Thanks for using Thai Spa theme.
Which title & text you are talking about ? Please share here screenshot so we will be able to helps you exactly.
Thanks
Nayra
Every title and paragraph had no margin.
I added this additional CSS and now it’s working fine.
h4, p {
margin-bottom: 30px;
}
h1, h2, h3 {
margin-top: 20px;
margin-bottom: 40px;
}
If you know any other way I can deal with this, I’ll be glad to hear.
Thanks in advance.
Regards.
In fact, that additional CSS is only applied to pages, and not to posts, I don’t know why…
Hello again, @nayrathemes.
I also would like to answer about the menu.
Is there any feature to transform it to a drop-down element?
Thanks in advance.
Hello @dariohuertacontact
As we are seeing your additional css also working for blog post.
Please follow the following link to make dropdown menu https://www.wpbeginner.com/wp-tutorials/how-to-create-a-dropdown-menu-in-wordpress-beginners-guide/
Thanks
Nayra
Almost everything is working right with additional CSS, but line height in posts should be ‘2’, as happens in pages, but that’s not the case.
Even when I modify the additional CSS in live preview, line height is not modified in posts content.
Thank you very much for the tutorial.
Regards.
Please try following css
h4, p {
margin-bottom: 30px !important;
line-height: 2 !important;
}
Hello again.
It’s working now after adding the !important property.
Thank you very much.
Very kind.
Regards.