This topic has 6 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
Hello!
I have some issues with some paddings. If you can help me with some css codes to fix these (and fix them by default in future versions of your theme, as they’re very similar to bugs), it would be fantastic. The live website is this – https://orasulflorilor.ro/
1. For the header (no. 8 from the theme settings) how can I remove the paddings above and below the logo area (above the menu bar)?
2. For the frontpage, between various elements (main slider / products sliders / product categories) again there are some big spaces. How can I get rid of them? If it’s a visual composer issue, please leave also a “how-to” note 🙂
3. Look at this category page… https://orasulflorilor.ro/florarie-online/buchete-flori/
Then please look at this one… https://orasulflorilor.ro/florarie-online/evenimente-speciale/
Do you see how the elements are lower (padding before the main content is bigger) on the first link? What css must I add for them to be everywhere the same?
You have admin / ftp credentials below. Thanks 🙂
Hello,
1. Add this code in custom.css file:
.navbar {
padding: 10px 0px !important;
}
2. Could you please show a screenshot what space you want to remove in products slider?
3. Add this code in custom.css:
.category-description {
margin-bottom: 0px;
}
Thank you.
Regards,
Eva Kemp.
Solutions for both 1 and 3 are working great!
For no. 2, here are some screenshots (I was referring to the spaces between some elements on the page, that I’ve highlighted below):
http://s28.postimg.org/fc7vbrccd/scr1.png
http://s3.postimg.org/lepazsa1u/scr2.jpg
http://s16.postimg.org/jia8r61vo/scr3.jpg
Thanks 🙂
Hello,
You had an empty Text element on the Home page between Revolution Slider and Products elements. I’ve removed it to get rid of the space. Clear your browser cache and check it.
Also I’ve added this code in custom.css file:
.content-page {
margin-bottom: 0px;
}
Thank you.
Regards,
Eva Kemp.
Thank you. Works great! Topic closed 🙂
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Problems with extra spaces / paddings in various places in the theme’' has been successfully resolved, and the topic is now closed for further responses