• Hello.

    I’ve made my little portfolio-page and i’m pretty satisfied with it but i’m still figuring everything out and it’s still beta.

    But there is one thing i have no idea so solve it:

    My header width must be exactly like in the post section. I mean, the header logo must be exactly at the beginning of the video and also the “post”-section. I tried nearly everything but not the right though.

    Here’s a screenshot:

    [URL=http://www.directupload.net][IMG]http://fs2.directupload.net/images/150218/ezqd23lw.jpg[/IMG][/URL]

    I really hope you get the idea.

    My homepage:
    http://www.oliverney.com

    Thanks!
    Olli

Viewing 3 replies - 1 through 3 (of 3 total)
  • For the logo, you need to remove the whitespace surrounding the logo itself in the .png file.

    For the menu, find this in your CSS at line 448

    .head_menu_cont ul li a {
    display: block;
    padding-top: 0px;
    padding-right: 120px;
    padding-bottom: 0px;
    padding-left: 120px;
    color: rgb(229, 122, 112);
    text-decoration: none;
    }

    Change the padding-right to zero.

    Thread Starter kmwald

    (@kmwald)

    unfortunately not. When i change the padding-right to zero it goes to the left. No matter what i do; when it goes more to the right it looks completely wrong – like in this screenshot. I think it has more to do with the whole size of the site or the header.

    http://www.bilder-upload.eu/show.php?file=c2900e-1424298551.png

    But thanks Matt!

    Thread Starter kmwald

    (@kmwald)

    I’d made the last Screenshot on my MacBook Pro (2880×1880). On the Macbook Air it still looks like in the the first screenshot. Oh my.

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

The topic ‘Anyone an Idea?’ is closed to new replies.