Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS/HTML Problems

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #36077
    goalieman34
    Member

    Hey everyone, I have two problems with a site that I am working on.
    -First I cant get my Twitter and Facebook Buttons to shift over to the right a bit.
    – I am trying to delete the grey space below the social media buttons or move the pink line down.

    Any help on this would be great!

    http://danielleandy.squarespace.com/news/

    #94486
    TheDoc
    Member

    Add this: padding: 5px 10px 0 10px;

    To this: .journal-entry-tag-post-body

    #94487
    hoamca
    Member

    to drag buttons to right
    you can add margin-left: 5px to post-snippet-1

    to remove gray line
    change
    .journal-entry { margin-bottom: 2em; }
    with
    .journal-entry { margin-bottom: 0; }
    on your css

    #94488
    goalieman34
    Member

    Thanks! @TheDoc and @hoamca

    #94501
    davidlab.be
    Participant

    the twitter and facebook links are direct links to there respective sites and not the profile. Kinda useless unless it is work in progress.

    #94510
    matthewb
    Member

    .post-snippet-1, .post-snippet-2, .post-snippet-3 {
    float: right;
    padding-right: 12px;
    }

    you can add float:right to your css class like above i have shown

    #94561
    goalieman34
    Member

    Thanks everyone for the awesome help. @springlab I have not hooked up the links yet to the proper pages. Thanks for letting me know though.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘CSS’ is closed to new topics and replies.