Home Technical Talk

TechTalk: Portfolio Menu Position

polycounter lvl 12
Offline / Send Message
Gazu polycounter lvl 12
Hi Guys!

Not a 3D Question, but i dont know where to post this question.
I have tried many things and tried Google Search this problem.

I want to position the Menu a bit to the right, to center the Words "Game Artist."
But this works only in one resolution:
jf7wo2md.jpg

In other resolution the menu is off:
lhxtoltg.jpg

How to fix that?
I think, a main thing is that the Menu is not centered, this is because i want to the center the menu to the words "Game Artist."

Here the CSS Code:
.textmenu {
position: absolute;
left: 28%;
right: 0%;
margin-top: 10px;
}

How can i position the Menu in all resolutions on the right place?

Greetings,
Gazu ;)

Replies

  • Bartalon
    Options
    Offline / Send Message
    Bartalon polycounter lvl 12
    [edit] Had to fact check.

    You can try putting all your navigation links inside a container with text-align: center; possibly with the background image as your GAME ARTIST image. Use margin values to adjust the positioning of the hyperlinks.
  • Gazu
    Options
    Offline / Send Message
    Gazu polycounter lvl 12
    The Menu is a div class.
    And the Logo is just a <img src="ressources/logo.png"/>

    You mean to put all together in one div and to adjust it then?
    Hm...i undestad...i will try that! ;)
Sign In or Register to comment.