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

    Hi Enfold team,

    I´m using separators (whitespace) to generate optimal spacing on different views (desktop, tablet, smartphone).
    That works fine too. Only one separator (negative value) doesn´t seem to work in combination with a tab section below.
    I´d like to reduce the spacing for the view on smartphones (please see screenshot), but it doesn’t react and I don’t know what to do anymore.
    So I would be very grateful for advice – please help.

    Thank you very much in advance.

    Best regards, fkm

    #1339504

    Hey fkm,

    Thank you for the inquiry.

    You cannot use a negative height value but you can pull or push an element on any direction by applying a negative margin value. To pull the #teamtabs container upwards for example, you can use this css code.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #teamtabs {
        padding-top: 0 !important;
        margin-top: -10px;
      }
    }
    

    Best regards,
    Ismael

    #1339559

    Hey Ismael,

    thank you very much for your quick reply and the css code.
    It works fine – great!

    Best regards, fkm

    #1339692

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1339754

    Hi Rikard,

    this issue is solved succesfully.
    So you can close it.

    Thank you very much.

    Best regards, fkm

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Separator (whitespace) with negative value doesn´t seem to work’ is closed to new replies.