Okay
  Public Ticket #3457885
Side portfolio: Sticky Descrption
Closed

Comments

  •  15
    hahni started the conversation

    Is it possible to change the "top-margin" / space between Header and Browser via CSS?

    Thanks André


  •  1,558
    Laborator replied

    Hi André,

    It is possible through Custom CSS I just need to figure out which type of header you are using so I can give you the proper CSS, I tried logging in to your site to try it live but the previous credentials were not working anymore.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   hahni replied privately
  •   hahni replied privately
  •  1,558
    Laborator replied

    Hi Andre,

    You can add this CSS to Custom CSS:

    .single-portfolio-holder .sticky-wrapper .section-title {
        margin-top: 100px;
    }
    

    It will add spacing above the portfolio item content to make the spacing between the browser and the title but it will always be there and not only when the sticky description is initialized.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  15
    hahni replied

    Hi Art,

    thanks but that's not what i want - My target is the same margin size like i have it set in my items with 30px - actually the margin seems to be twenty. Now i will check the code more in depth and try to find the margin setting.

    Regards André