[Resolved] Header size

Home Forums Support [Resolved] Header size

Home Forums Support Header size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #140346
    Stefan

    Hallo Support-Team,

    first, sorry for my bad english ๐Ÿ™‚

    I added a Logo to my website. The place above and in the bottom of the logo are to much.
    With “firebug” i can fix this Problem with follwing commandline:

    .inside-header {
    padding: 40px;

    Now i will fix this for any time, so i added the file stylesheet.css. But it doesn’t work here.
    After the changes i see no changes.

    I hope, you can understand my problem.

    Thanks in advance.

    #140377
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    If you have our Spacing add-on, you can do this in “Customize > Element Spacing” – you just have to reduce the values in the header area.

    For CSS, make sure your syntax is right:

    .site-header .inside-header {
        padding: 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.