Align Center a Logo

Discussion in 'Variant WordPress Theme' started by dhodzpc, Jul 22, 2016.

  1. dhodzpc

    dhodzpc New Member

    Joined:
    Dec 24, 2013
    Messages:
    16
    Likes Received:
    1
    Dear InkThemes Support,

    Can you please help me how do I align the logo into the center as the preferred alignment please.
    In desktop or widescreen devices, it is located on the left but I wanted it to occupy stretched the entire center/middle header region. (It works great with mobile devices though as it automatically centers itself, thanks for the previous support).
    dev site is here: http://bit.ly/2aiufOg
    Thank you and looking forward.

    Cheers,
    Santiago
     
  2. priya

    priya Guest

    Hi, Santiago..

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .logo {
        text-align: center !important;
        margin-left: 304px;
    }
    @media only screen and (max-width: 990px){
    .logo {
        margin-left: 0;
    }
    }
    @media only screen and (max-width: 990px){
    .logo {
        margin-left: 0;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page