Topic Resolution: Resolved
  • Closed
  • JS
    Spectator
    September 12, 2015 at 9:44 pm #20621

    The logo was originally aligned with main navigation, but something is now causing it to sit shifted above the main nav. Not sure if I changed something accidentally or not. Can this be corrected? If so, how?

    The url is: http://9e8.470.myftpupload.com/.

    Many thanks.

    Denzel Chia
    Moderator
    Posts: 2672
    September 13, 2015 at 8:03 am #20626

    Hi,

    There is a maximum width value on the menu and logo container. You added a new menu item and it exceeds that value, therefore pushing the menu to a new line.

    Please use the following code in Theme Options -> Custom CSS
    It will increase that container value. You can change the value of 1200px to a lower or higher value. Adjust it when you add menu items and your menu goes to a new line.

    #header .alora-row {
    max-width: 1200px !important;
    }

    Screenshot of result. http://prntscr.com/8fq9zo

    Thanks!

    JS
    Spectator
    Posts: 27
    March 28, 2016 at 3:32 pm #25969

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2672
    March 29, 2016 at 1:33 am #25994

    You are welcome!