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
Hi ridcon!
Can you post the link to your page where we can see the issue please?
Best regards,
Yigit
Hi!
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-14437 #after_submenu{
display:none !important;
}
Cheers!
Rikard
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
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
Hi,
Check it now, i ended up using a color section to act as a separator.
Regards,
Josue
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