Okay
  Public Ticket #1296017
Branding Settings - Css?
Closed

Comments

  •  1
    Emil started the conversation

    Hi - I would love to have my logo moved down 50 px from the top. Is that possible? Maybe in Custom Css?

  • [deleted] replied

    Hi Vibe,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though.

    Please add the code below to your Custom CSS area:

    .header-logo.logo-image img{
        top: 50px;
    }
    

    Thanks.

  •  1
    Emil replied

    Great - it moved down! But it also cuts the logo in half :( 

    http://vibes.work/

  • [deleted] replied

    Hi Vibe,

    Please ignore the last code that I send to you and use this one:

    .header-logo.logo-image {
        top: 30px;
    }
    Have a great weekend!