Forums

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

Home Forums CSS Can someone help me align these links under my featured image, WP

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #32215
    mikeman
    Member

    As you see on
    http://ocixx.com/nb/

    the links under the feature image are off to the left, and to far under the thumbnail, could someone tell me how to position it properly, closer to the thumb, and centered?
    thank you

    #52276
    jamygolden
    Member

    Add this to your css:

    .thumbnail {text-align: center;}
    #52252
    jimiimpact
    Member

    agree with jamy_za just add in your css

    .thumbnail {
    border: 0 none;
    text-align: center;
    }

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