Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • christofferl Friend
    #883801

    I have problem with my logotype which is an image. It is as you see in the attached image not looking good as the main menu item is disturbing and over laying it. Also, it is not centered in width (meaning it should be centered from the top to bottom of the horizontal main menu area.


    1. jomlart_logo1
    Pankaj Sharma Moderator
    #883998

    Hi
    Your logo width and height is smaller so it look like this You can add below code in custom.css file
    and change the logo width and height to control it

    .logo-image {
        height: 60px!important;
        width: 60px!important; }
    

    For logo image height use this code in custom.css

    @media (min-width: 992px){
    .logo-control .logo-img {
        height: 60px!important;
    } }

    Hope it helps.

    Adam M Moderator
    #884003

    Hi @christofferl,

    Please open file templates/ja_elicyon/css/custom.css then add this code :

    .logo {
        min-width: 80px;
        text-align: center;
    }
    .logo-image {
        width: auto;
    }
    .logo-image a {
        vertical-align: middle;
    }
Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 2 replies, has 3 voices, and was last updated by  Adam M 8 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum