Header logo

Discussion in 'Local Business WordPress Theme' started by gypsygal, Nov 12, 2012.

Thread Status:
Not open for further replies.
  1. gypsygal

    gypsygal New Member

    Joined:
    Sep 18, 2012
    Messages:
    22
    Likes Received:
    0
    I wish to change the bottom padding or margin to match the top on my header logo:

    seofirmtampa.net
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .header .logo {
    margin-top: 10px;
    }
    This will solve your problem.

    Thanks.
     
  3. carstuffguy

    carstuffguy New Member

    Joined:
    Nov 20, 2012
    Messages:
    2
    Likes Received:
    0
    I would like to decrease the size of the logo header portion, so the opt-in box will be above the fold. Also, how do I make the font in for the page tabs and text in opt-in box smaller?
    Go to www.usedcarsdaltongeorgia.com
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    For header issue
    Header size depends on your logo size, Use recommended size image, Your header will automatically adjust itself.

    For font issue

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

    Code:
    #menu .ddsmoothmenu li a {
    font-size: your  font size;
    }
     
    .signup .signupleft .signupinfo h1 {
    font-size: your  font size;
    }
    
     
    carstuffguy likes this.
  5. carstuffguy

    carstuffguy New Member

    Joined:
    Nov 20, 2012
    Messages:
    2
    Likes Received:
    0
    One more question, the first slider image is good but the rest are fuzzy. Any suggestions to make the other 6 look as clear as the first? All images are from the same site's inventory page...should be the same size.
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Your first slider image is of dimension (640 x 480) and other images are of (150 x 113).
    Use images of recommended dimension (360 x 280). All images will look good.
     
  7. eqzq

    eqzq New Member

    Joined:
    Sep 14, 2012
    Messages:
    5
    Likes Received:
    0
    Hi,

    I'm having issues with the header as well. I want to have a plain black colour, all the way across the header, so that it matches my logo. Is there any way of changing that?
     
  8. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header {
    background: black;}
     
  9. eqzq

    eqzq New Member

    Joined:
    Sep 14, 2012
    Messages:
    5
    Likes Received:
    0
    wow! It worked! Thank you so much Nitesh.
     
Thread Status:
Not open for further replies.

Share This Page