homepage logo

Discussion in 'ColorWay WordPress Theme' started by sblais10, Jun 11, 2015.

Thread Status:
Not open for further replies.
  1. sblais10

    sblais10 Member

    Joined:
    May 15, 2014
    Messages:
    31
    Likes Received:
    0
    Location:
    Amherstburg, Ontario
    Hello,

    I'm using the colorway pro responsive theme and i'm wondering if it's possible to center and enlarge by 25% the logo on the pc view but have the current size logo fitting properly on the mobile view. site is http://myamherstburg.com

    Thanks,

    Steve
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Dear User,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there .

    Code:
    .logo img {
      width: 30%;
      margin-left: 33%;
    }
     
    @media only screen and (max-width: 767px){
    .logo {
      text-align: center;
      width: 100%;
      margin-bottom: -2px !important;
      margin-left: -16%;
    }
     
    }
    Hope that helped.
     
  3. sblais10

    sblais10 Member

    Joined:
    May 15, 2014
    Messages:
    31
    Likes Received:
    0
    Location:
    Amherstburg, Ontario
    worked great - thanks!
     
Thread Status:
Not open for further replies.

Share This Page