• Hi Guys,

    I’ve got a new theme but I’d like to change a couple of things.

    1) My facebook, twitter and irish blog buttons in the sidebar have borders around the them. Can anyone advise me how to remove them?

    2) The text is small and for some reason the first word is not aligned with the rest of the paragraph. I would like more space between text and images/video and to make the text bigger and aligned.

    Thanks,

    Colin

    Here’s the code;

    removed by mod - just post a link to your site next time

Viewing 6 replies - 1 through 6 (of 6 total)
  • Please do not add long long codes here, you can paste them in pastebin of choice or text. Looking at style.css is not enough, there are so many ways theme authors call the id’s and classes for their presentation. I could guess in many ways but that’s not efficient use of time in forums. Site URL?

    Please don’t post huge chunks of code here. For larger blocks of code, use the WordPress pastebin and post the pastebin url here. Or start by posting a link to your site.

    Thread Starter trendspotblog

    (@trendspotblog)

    Hi guys, sorry about the big chuck of code. My bad.

    The url is https://www.trendspot.ie

    To take away the indentation of first line in paragraph open your theme’s style.css and delete the line below

    .hentry .entry p {
    margin-bottom:4px;
    // delete this ---> text-indent:12px;
    }

    To take away border from your images in sidebar – open your style.css and add this at the bottom of the file
    #sidebar a img, #sidebar img {border: none; }

    Thread Starter trendspotblog

    (@trendspotblog)

    Thanks mercime, that worked a treat!

    Apologies for adding that big long code once again.

    Cheers,

    trendspot

    No problem … just remember to choose “Resolved” on right sidebar and start another topic for any future challenges ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Borders & Align Text’ is closed to new replies.