badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Delete padding around logo in header and make header image taller

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #4831
    rjbyron10011
    Participant

    Hey ThemeHorse:

    http://maryclarelindsley.com/

    1. If you look at the top banner, I would like to get rid of the padding to the left of the leaves and the padding above and below the leaves.

    2. I would like to make the photo taller, can you help me figure that out please?

    I am very green at looking at code, so I’ve got the white flag out and asking for assistance.

    Thx
    R

    #4852
    rjbyron10011
    Participant

    Is there a reason my request hasn’t been answered yet? Seems that most everyone’s posts have been addressed but mine, wondering what’s going on?

    Thx

    #4854

    yes, my thoughts to

    #4855
    rjbyron10011
    Participant

    I got all excited that my question was being answered when I saw the email that there was a response to my question!

    #4942
    Djoeke Musch
    Participant

    Try search”logo padding”bottom posts helped me out…..

    #5080
    Sanjip Shah
    Participant

    @rjbyron10011 In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.

    #branding .container {
        margin: 0 auto;
    }
    #site-title a img {
        vertical-align: top;
        height: 250px;
        width: 500px;
    }
    

    Try this out, you can change the px values to your liking.

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