Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #82751
    OliverJames
    Member

    Hi all,

    I have a slight issue with the menu alignment on my Clean Journal site.

    The site is here: http://www.123viewtv.com/

    The password is: zkGi5YMcQV$A*A!Jmo

    I would like the ‘Home’ icon to be aligned with the left had side of logo above. So basically the whole menu needs to be shifted to the left, if possible. I have checked the CSS and I’m not sure what is pushing it to the right hand side!

    Many Thanks!

    #82774
    Mahesh
    Keymaster

    Hi @OliverJames,

    The problem in your site is because of the logo you are using. The logo’s height is 7 pixel more and is pushing the the elements down with that exceeding 7 pixels.
    You can either use an image of 262 x 70 or go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    @media screen and (min-width: 991px) {
        #site-logo img{
            max-height: 70px;
        }
    }

    Regards,
    Mahesh

    #82786
    OliverJames
    Member

    That worked perfectly, thank you so much Mahesh 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Issue with Menu Horizontal Alignment’ is closed to new replies.