Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #261588

    Hi guys,

    I’m upgrading from a version of enfold prior to negative whitespace functionality being introduced. On upgrade the areas where I use the horizontal whitespace tool all increase visually to a great degree – I’m assuming this is because of the new functionality. For instance where I used 35px of whitespace before, the closest to that is now 1px. The fine control of the tool has greatly decreased now as going up to 2px makes a big jump in whitespace. It’s almost as if it is not moving by px anymore but rather much greater amounts.

    Is this a known issue and is there a fix for it?

    Many thanks,
    Jonathan

    #261664

    Hi Jonathan!

    The base value as it is now which is 30px of margin on the top and bottom but only when the element is the first or last element in a section.

    If you wanted to just remove it you could with:

    
    body .container_wrap .hr.avia-builder-el-last, 
    body .container_wrap .hr.avia-builder-el-first {
    margin: 0px 0;
    }
    

    Regards,
    Devin

    #261852

    Thanks I’ll try this and get back to you shortly!

    #262135

    Hey!

    Thank you for the update.

    Please let us know how it goes. If there are any issues, please post the website URL here so that we can inspect it.

    Best regards,
    Ismael

    #263130

    This worked to fix the issue – thank you so much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Horizontal Whitespace Control’ is closed to new replies.