test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #910348

    Hi
    For this you need to make changes in the /tpls/blocks/header.php file .
    Find and change the logo and head right module size like in my screenshot > http://prntscr.com/ap4i4x
    Then add below code in custom.css file

    
    .logo a {
        display: block!important;
        margin: 0 auto;
    }
    
    .logo img {
        display: block!important;
        margin: 0 auto;
    }

    This way you can move the logo in center of its container .
    Hope it helps .

    saguilar Friend
    #910766

    Yes… Its working perfect 🙂
    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

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

The topic ‘Center Logo’ is closed to new replies.