Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #43128
    Kim
    Participant

    How would I remove the extra spacing above the social icons in my posts.

    http://hidemyage.com/ombre-beauty-coup/

    Thank you!!!
    :))
    Kim

    #43146
    Sakin
    Keymaster

    @Kim: Just the following css in “Appearance => Theme Options => Custom CSS” box.
    body { padding-top: 0; }

    #43164
    Kim
    Participant

    This seemed to work for the social icons at the bottom of the post but not the ones at the top below the post title…

    #43168
    Sakin
    Keymaster

    @Kim: For post title, you can add the following css:
    .entry-title { padding-top: 0; }

    #43266
    Kim
    Participant

    Hmmm. There is still a lot of extra space below the date and author and above the social icons.

    http://hidemyage.com/laser-hair-removal-lesson-respect-the-laser/

    How do I lessen the space above the icons at the top.

    K

    #43278
    Sakin
    Keymaster

    @Kim: You haven’t added the css I gave you for the title.

    For space below the date and author, you can change the padding top as per you need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    .entry-content, .entry-summary { padding-top: 20px; }

    For the social icon position in header, you can change the top as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    #sidebar-header-top { top: 30px; }

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Spacing above social icons above posts’ is closed to new replies.