Forums

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

Home Forums CSS Adjust Right Column – BLOGGER Page – Please help!

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #42567
    hendrix940
    Participant

    Hey all, I’m trying to tweak the right column on my blog, I’ve used FireBug to analyze, but I can’t find the correct area to customize.

    I’m wanting to
    1.) Right align the content in the right column instead of left align
    2.) Make all the links under ‘LABELS’ be in all caps instead of all lowercase

    here’s my site:
    http://blog.simeonhendrix.com

    THANKS SO MUCH!!!

    #123791
    wolfcry911
    Participant

    .list-label-widget-content li{
    text-align: right;
    text-transform: uppercase;
    }

    #123794
    hendrix940
    Participant

    Thank you @wolfcry911. To make sure I understand, I can search for .list-label-widget-content in the HTML of the blogger and then just add the info in the { } … OR will I need to add this entire piece of code you provided as custom CSS?

    Thank you VERY much!!

    #123795
    wolfcry911
    Participant

    If the ruleset already exists, you can search for it and add it. I don’t believe it does, so you’ll probably need to create it.

    #123807
    hendrix940
    Participant

    Okay, thank you @wolfcry911 … If I do in-fact have to create it, is there a specific area it would be best to place the new code? Thank you very much.

    #124141
    hendrix940
    Participant

    AWESOME!! @Wolfcry911, THANK YOU it worked. Great. By chance can you see how I can also right align the header right above it that says ‘LABEL’? Thanks!

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