Increasing Logo Width

Home Forums All Other Themes Increasing Logo Width

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17746
    AndrewAndrew
    Member
    • Topics: 2
    • Replies: 0
    • Total: 2
    Member since: December 14, 2015

    Hello Shri,

    I want to increase the width of the logo. I essentially want to fill the empty space between the logo and telephone image with logo. I tried putting the following into the custom css box:

    .header .header-inner .logo{float:left; margin:auto;margin-bottom:auto; text-align:left; width 500px;!important;}

    It does nothing. I also tried using “width 50%;” and that didn’t work either.

    Secondly, I’d like to move the slider (home page) and banner (all other pages) up. I can’t seem to find the line that’ll do this though.

    Any help would be greatly appreciated! The site is www.lemonlawpro.com

    Thank you in advance!

    #17748
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
    Paste this css code in custom css box

    .header .header-inner .logo {width:535px;}
    .header .header-inner .logo img {width:100%;}
    .slider-main {top:-51px;}

    Regards,
    Shri

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.