Depending on the Screensize, the Seperators would need a different height.
Example: https://mo-sound.com. On small screens, a less height would be perfect.
Is there a already workaround or should i post this in the enfold-feature-wishlist (maybe i’ll get this at christmas :-) )?
thanks! xiane
Hey xianeK!
Can you please post a screenshot and show the changes you would like to make? I am not sure if i understood it clearly :)
Cheers!
Yigit
For big Screens i need more horizontal space between the content than for small screen.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.hr { margin: 10px 0; }
make sure to disable CSS minifying feature before applying the code
Regards,
Yigit
Thanks Yigit for this inspiration.
My solution is:
@media only screen and (max-width: 600px) {
.hr-invisible { margin: 10px 0 !important;
height:0 !important;
}
}
Regards,
Xiane
Hi!
I am sorry, my bad, i totally forgot to add media queries :)
Glad you figured it out!
Regards,
Yigit