• Resolved JamesCM

    (@jamescm)


    A warm welcome to all of you

    Recently, I’ve been working on a new page for our sound rental company in Slovenia, http://bahun.si
    Right now it’s only in Slovenian (working on English and Deutsch translation meantime) so I hope it’s not much of a trouble to you.

    I’m quite new to WP, but I have some basic knowledge of HTML, CSS, JS and PHP. In spite of that basic knowledge, I’ve been trying for about three weeks now to remove that empty strip of whitness between navigation menu and slider without success.

    I would be really glad, if someone could help me out with this problem.

    Thanks for your help in advance!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    You can try this in your Custom CSS to achieving that:

    .site-header-main {
        padding: 4.4rem 0 0;
    }
    .site-content {
        padding: 0;
    }

    Thank you.

    Thread Starter JamesCM

    (@jamescm)

    Thanks!

    It did make things a bit better, but do you think, I could shrink it even more?

    The changes that made some visual effects were in .site-content, while as if I change values in .site-header-main, it dosen’t make any effect.

    But anyway, thank you a lot for your help! A small step towards perfection!

    Best regards

    Thread Starter JamesCM

    (@jamescm)

    I’v made some changes in .site-description padding as well, in order to “move” content a bit more up.

    But I’d still wish for that white strip to be quite smaller.

    Hello,

    For better results you can try this in your Custom CSS:

    #gallery-1 {
        margin: 0 !important;
    }
    #menu-main {
        margin: 0;
    }

    Thank you.

    Thread Starter JamesCM

    (@jamescm)

    Thanks for your help

    At the end, we might just try different page layout if we don’t succeed in a way we’d like to.

    Thank you for your help again, your first suggestion did solve some of my problems, so I’ll mark this topic as resolved.

    Anonymous User 9936702

    (@anonymized-9936702)

    Thanks for your help, Sam! If you have any more questions, James, please let us know in a new topic.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Empty white bar between menu and slider’ is closed to new replies.