center the logo

Discussion in 'Woodpecker WordPress Business Theme' started by huntercs, Jun 29, 2015.

  1. huntercs

    huntercs Member

    Joined:
    Jan 27, 2013
    Messages:
    42
    Likes Received:
    0
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please follow the screenshot given below.
    woodpecker_make_logo_center.png

    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and ( min-width:768px ){
    #logo img {
      width: 72%;
      float: right;
    }
    }
    @media only screen and ( min-width:1200px ){
    #logo img {
      margin-bottom: 25px;
    }
    }
    For your information, I am using "WP-Editor" plugin to edit files.
    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.
    After activating this plugin, you will get the same screen as shown in the screenshot.


    Thanks,
    Praveen
     

Share This Page