• Hi,

    I been having some problems with a widget on my Blog which only views my recent posts. which has been quite impossible for me to solve.

    The problems are as follow:
    1. The texts or posts in the widget tend to be out of alignment with the title of the widget.
    2. I cant find a way to separate each post in my widget with a space or an indicator such as “………………….”.

    I just wanted to know if there is anyway to fix this problems using my CSS code or the .php code for the widget.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Greetings! You should be able to fix it the way you want by editing the CSS, but before we dig into that, could you provide a link to your blog so we can see what we’re up against? Thanks!

    Thread Starter saljoga2

    (@saljoga2)

    Hi,

    the link is as follow: Blog
    The blog is currently hosted on a free domain, thus if it the web page was down let me know. The widgets I mentioned are at the bottom of the page.

    Thanks

    Your blog isn’t loading at the moment. Perhaps you could tell us what widget you’re using and we can go at it from that angle. I would try to help you without that information but I think it would be quite a challenge! ??

    Will check back later to see if site is loading, etc.

    Your blog is loading for me now. I see in the footer the left-aligned title Recent Posts and 5 recent posts under it, which all appear to be aligned with the Recent Posts title.

    Do they not appear aligned under Recent Posts to you? If so, what browser are you using?

    To add some spacing to the posts, try adding .three columns footer-widgets li {line-height:120%} to the relevant style sheet (style.css should work). Experiment with the value to get the amount of spacing that you like. If you want to add a visual indicator like “………..” you could try adding .three columns footer-widgets a {border-style:none none dotted;} to the style sheet.

    These changes in the css as I have prescribed them will affect all of the list items and links in the footer to change. To target just the Recent Posts column, you will likely need to edit the php to add an anchor to target just that column.

    Keep us updated on how you work this out. I will check in to see if I can help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Text Alignment, Widget’ is closed to new replies.