Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #573585

    Hey,

    could you give the Quick CSS to define a small distance from the logo to the side edge in the header?

    Best regards,
    Nic

    #574285

    Hey Nicoletta_DUS!

    Are you trying to move your logo over? If so then you could use this CSS.

    .logo { left: 20px; }
    

    If that’s not what your trying to do then take a screenshot and highlight your intentions so we can get a better idea.

    Regards,
    Elliott

    #574420

    Normally the logo is too close to the top and too close to the area below so that we always have to add an transparent part to the logo to get the right distance. I thought this is not the right way and it should be easier …
    “.logo { left: 20px; } ” seems to be a distance only to the left side?

    #574528

    Hey!

    You could use:

    .logo a img {
        padding: 10px 0;
    }

    Cheers!
    Josue

    #574655

    okay, thx. only add in the quick css? and is there only a distance to the top but not to the next areax below?

    #574658

    Hi!

    Please add following code to Quick CSS as well

    .logo a img {
        padding-top: 10px;
    }

    Regards,
    Yigit

    #574712

    thx. but how do i get the distance to the bottom of the header?

    regards,
    nic

    #574714

    Hey!

    Can you please post a screenshot showing the changes you would like to make and a link to your website so we can provide you an accurate custom CSS code?

    If that is for logo, please use

    .logo a img { padding-botom: 10px; }

    Cheers!
    Yigit

    #574771

    thx! it works – when i write bottom with double “t”. ;-)

    .logo a img { padding-bottom: 10px; }

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Quick CSS to define a small distance from the logo to the side edge’ is closed to new replies.