Centre Logo

Discussion in 'Local Business WordPress Theme' started by joswebsitedesign, Nov 6, 2014.

  1. joswebsitedesign

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
    Hi

    Can you please send me the code to centre the logo on local business theme and have that only on the top of the page... no contact info on RHS.

    I have attached an image for you.

    Kind regards,
    Jo
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Jo,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .call-us {
    display: none;
    }
    .header .logo {
    margin-right: -30px;
    text-align: right;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page