Forums

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

Home Forums CSS How to align logo with main menu bar (Simplemag theme)

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #244847
    yangster
    Participant

    Hi – I’m new to CSS and am having trouble customizing the Simplemag theme.

    Currently I have the logo aligned left and main menu aligned right, however they are not aligned vertically.

    .main-menu {
    float:right;
    }

    .logo {
    float: left; display:inline;
    }

    Could someone please help? Thank you!

    #244848
    Atelierbram
    Participant

    Can you show what you have so far in a demo?

    #244851
    yangster
    Participant

    Can you see this screenshot?

    https://postimg.org/image/3uhpbjlxr/

    Thanks!

    #244854
    Paulie_D
    Member

    Not an image..a minimal Codepen demo showing the issue.

    However, if the elements are different size, there is no dynamic way of aligning floated items.

    You might want to consider another layout method.

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