Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] how to position topnav in a complex responsive site

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #162758
    kleindahl
    Participant

    i am in the process of writing the front-end code for the companies new website.

    The work-in progress can be found here: http://uncommon.dk/nyeddk/index.html

    At the moment the topmenu “LVL 1” items are centeret in the layout, but the graphic designer who made the webdesign wants the “LVL 1” items to be on right side of the header. Look at this screenshot:

    http://uncommon.dk/nyeddk/capture.jpg

    Since i also need the submenu to fill 100% of the width, i am can of lost to how i can place to topmenu “a little more” to the right?

    #162761
    Paulie_D
    Member

    Unfortunately, the site is using absolute positioning of the logo and social link divs which complicates things enormously.

    If it were me, I would be using floats (left or the logo) and right for the ul and social div. within a centered container

    This might involve a minor restructuring of the HTML but nothing massive.

    #162878
    kleindahl
    Participant

    Paulie, i’ll try to change the positioning of the other elements, and post i reply again when it is done, and then maybe you can have a look and see if you have any suggestions :-)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.