Hi there,
I’m using the separator element between two sections and I’m writing that I would likt 10px of separations but minimum it makes 112px, even if I write -40 the height doesn’t change. Could you help?
Hey inaudit,
Sorry for the delay, Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Hi Vinay!
answers in private content
hi!
private content :)
Hi,
The theme automatically wraps any single element inside their own sections and all sections have a minimum height of 100px and a default top and bottom padding. You have to move the separator inside a color section, apply a unique Section ID to it and then use the selector in the Quick CSS field. Use “customsep” in the Section ID field for example and then add this in the Quick CSS field:
#customsep {
min-height: 0;
}
#customsep .content {
padding-top: 0;
padding-bottom: 0;
}
Best regards,
Ismael
That’s awesome! it worked! thanks a milion!
Then, could you check why the sticky and footer menu have different font-weight in two and three sections? screenshot in private content
Hi!
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing. Thank you for your understanding!
P.S: Please leave a review for the theme (https://themeforest.net/downloads) if you have the time. Thank you. Have a nice day!
Best regards,
Ismael