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

    Hi,
    I have a problem with the Seperator.
    The side begins with a grid-row element then follows a seperator with a height of 10 px, the follows a section.

    The problem: The seperator is much higher than 10 px, it is 110px. I tested it with other values, the shown value is always x + 100 px.
    Is there any problem with padding or min height?

    ridcon

    #430480

    Hi ridcon!

    Can you post the link to your page where we can see the issue please?

    Best regards,
    Yigit

    #430628
    This reply has been marked as private.
    #431085

    Hi!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .page-id-14437 #after_submenu{
    display:none !important;
    }

    Cheers!
    Rikard

    #431192

    Hi Rikard,

    I tried it. Every space is gone, the wanted space with the inserted wihitespacer too.
    The wanted space, created with the whitespacer is not visible, too.

    I have tested a more, and it seems the problem is caused trough folling code:

    .content, .sidebar {
    box-sizing: content-box;
    min-height: 1px;
    padding-bottom: 50px;
    padding-top: 50px;
    z-index: 1;
    }

    The padding seems to be the problem.
    Cheers ridcon

    #431909

    Hi Ridcon!

    The link you posted here is no longer working.

    Best regards,
    Josue

    #431915
    This reply has been marked as private.
    #431936

    Hey!

    That space seems to be an additional ColorSection with a separator element inside of it. Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #431941
    This reply has been marked as private.
    #432305

    Hi,

    Check it now, i ended up using a color section to act as a separator.

    Regards,
    Josue

    #432610

    Hi Josue, it works.
    I tried the color section as seperator before, but I thought the seperator must work too.
    Good to know, I can live with the little bug.

    Thank you very much for your support.

    ridcon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Height of Seperator’ is closed to new replies.