• http://www.mikeadamski.com

    Hey everyone…another hopefully simple editor question:

    I’ve made some nice progress…now I’m wondering how to get the widget info on the right hand side to show up a bit cleaner. I figured out how to adjust the text size, but I don’t like how there is so much space between the name (for instance, Social Media) and then A TON OF SPACE and then the images/links…same for the other titles too obviously.

    It looks clunky and while I’d like some separation between each widget, I’d like the titles and info for each widget to be grouped closer to one another.

    Make sense? This has got to be easy?!

Viewing 2 replies - 1 through 2 (of 2 total)
  • in your style.css around line 349 look for this code

    #content h3 {
    border-bottom: 1px solid #000000;
    color: #393939;
    font-family: ‘LeagueGothicRegular’;
    font-size: 36px;
    font-weight: lighter;
    margin-bottom: 40px;
    padding-bottom: 6px;
    text-transform: uppercase;

    }

    You change 40px margin-bottom line to what ever you want.

    Thread Starter mikeadamski26

    (@madamski)

    Thank you. Similarly perhaps, how would I add another section to that sidebar? I’m sure it’s just a simple copy/paste/rename, but it seems like these are in a few different places within the styles sheet and I didn’t want to mess something up.

    THANKS!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widget spacing with text’ is closed to new replies.