logo image centred

Discussion in 'Infoway WordPress Theme' started by asp1988, Oct 22, 2013.

  1. asp1988

    asp1988 New Member

    Joined:
    Sep 14, 2013
    Messages:
    4
    Likes Received:
    0
    Hey am I able to centre the logo image? I've removed the contact info in the top right and have a graphic for a banner that I'd like to stretch across the top there but its just stuck to the left.
    Let me know if there's some code that can help!
    Cheers,
    Anders
     
  2. asp1988

    asp1988 New Member

    Joined:
    Sep 14, 2013
    Messages:
    4
    Likes Received:
    0
    Also if there is a way to totally remove the grey text area of the feature slider that'd be great!
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    Go to header.php and follow the instruction as shown in image given below

    2013-10-23_1311.png


    Now, Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header .logo{
    margin-left:200px;
    }
    Adjust its value as per your requirements.


    2.For your second issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .showcase-thumbnail-container {
    display: none;
    }
     
  4. asp1988

    asp1988 New Member

    Joined:
    Sep 14, 2013
    Messages:
    4
    Likes Received:
    0
    Hey thanks for your help mate, I've followed your steps and its all worked fine though now the margin on the left hand side has somehow been reduced?
    You can see it here: http://69.195.124.130/~artisay9/
    The slider and affiliates info are right up against the side of the content box, how can I fix this?
    Cheers
     
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    I think you have removed any wrong div. That's why this issue is occurring.
    please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    I will check and resolve your issue
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    All work done. Please check your site.
    I have replaced your logo with fullwidth logo image.
    And done some editing in the "header.php".

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page