Changing the viewing screen size

Discussion in 'HomeBuilder WordPress Theme' started by suhayla, May 11, 2015.

  1. suhayla

    suhayla New Member

    Joined:
    Feb 19, 2013
    Messages:
    7
    Likes Received:
    0
    Hi,

    I have two websites (one offshoots the other) and have somehow ended up with different viewing sizes of the whole website.

    www.slkservices.co.uk is the size I want
    www.slkdevelopments.co.uk seems larger and takes up too much room on the screen.

    Sorry I'm not very good at describing it, but for example the logo is bigger and more zoomed in at www.slkdevelopments.co.uk as is the width of the webpage. Is almost as if the viewing percentage is higher?

    Where can I change this so it matches www.slkservices.co.uk

    Thank you

    Suhayla
    [email protected]
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard :

    Code:
    .header .logo img{
    width: 50%;
    }
    .header .header_info img{
    width: 61%;
    }
    Hope it will solve your issue.
     

Share This Page