Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #462576

    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

    #462742

    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

    #462838

    For big Screens i need more horizontal space between the content than for small screen.

    #462955

    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

    #463038

    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

    #463041

    Hi!

    I am sorry, my bad, i totally forgot to add media queries :)
    Glad you figured it out!

    Regards,
    Yigit

    #463087

    :-)

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