Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #705399

    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?

    #705984

    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

    #706119

    Hi Vinay!
    answers in private content

    #706139

    Hey!

    Please see private content field :)

    Best regards,
    Yigit

    #706154

    Hi!

    #706166

    Hey!

    Please see private content field :)

    Cheers!
    Yigit

    #707064

    hi!
    private content :)

    #708518

    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

    #709147

    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

    #709611

    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

    #709757

    ok!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘minimum height of separator element’ is closed to new replies.