• Resolved kimberleymeloserpa

    (@kimberleymeloserpa)


    Hello,
    I am using the Avrora theme and am very new to wordpress and all this coding stuff. I just want to align my site title (which is to the left) with my site’s main menu (which is to the right). The site title is above the menu and i would just like everythng aligned.

    If you would like to take a look, my site it https://www.thegourmandise.com

    Thanks!!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m not with the Avrora guys but I don’t think it’s possible to align the logo/sitename with the menu. They are on two different “lines”. Technically the logo/sitename could span the entire top portion of the screen (actually 940px) so it’s not possible to have them side by side.

    Looking again, it does show in the screenshot of the theme the name and menu being on the same line. So maybe there is a way. Doesn’t appear the developers are answering this forum so not sure how we’ll receive support.

    Theme Author Ivan Zavalin

    (@vjanya)

    Hello

    I am sorry for the delay with answer
    Can you add this lines to the end of style.css file

    .header .main-menu, .header .menu {
    float: right;
    margin-top: 3px;
    width: 73%;
    }

    Thanks Ivan, I believe we’re fixed now.

    Theme Author Ivan Zavalin

    (@vjanya)

    Ok I will close the ticket

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘alignment of site title with menu’ is closed to new replies.