Logo re-size

Discussion in 'Blackriders WordPress Theme' started by smarta, Mar 29, 2017.

  1. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    Hi

    I have seen several posts here for how to re-size the logo - I have tried all the different CSS suggested but none seem to work

    I have sent log-in info to support@ but I would like to see the CSS solution posted here for all to see

    site is at
    http://www.pearcesnurseries.com.au

    it has an access password for the front end of " Plants "
     
  2. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    I'd like the logo to take about 60-70% of the top space
     
  3. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Smarta,

    you need to paste the below custom CSS code in Dahshboard->Appearance->Theme Options->Styling settings->Custom CSS field.
    Code:
    .header_wrapper .logo img {
        max-width: 700px;
        max-height: 140px;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  4. familys

    familys New Member

    Joined:
    Jul 13, 2017
    Messages:
    13
    Likes Received:
    1
    Hi Naveen

    Will this work with the Parent Guide theme also please?
    What size should I tell my logo/banner designer to make the banner to fir these dimensions (without becoming blurred?)

    Thanks
     
  5. familys

    familys New Member

    Joined:
    Jul 13, 2017
    Messages:
    13
    Likes Received:
    1

Share This Page