• Hi, I have a category called club news which simply acts as a blog page for all news related items. I cannot get the layout to look good. Images look misaligned etc. Can anyone help guide me in what i need to do to make this page look tidy https://www.parkwyddnjfc.uk/category/club-news/

    I would even removed the images if need be but not sure how. The page currently looks a mess, I would really like it to look nice and tidy. All help and advice appreciated. thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Easiest to remove theme. It looks like some of your posts do not have an image assigned to them. To remove them add the code below by going in WP-Admin under
    Appearance >> Customize >> Custom CSS

    a.article-thumbnail {
        display: none;
    }

    Hope this helps.

    Thread Starter nparsons75

    (@nparsons75)

    Hi, that worked, thanks. is there a way to show only part of the text with a read more option? Also maybe a standard fallback image. I would like an image if there is no featured image. The whole page looks untidy, although much better than it was with your help. thank you for the support.

    The CSS I provided actually hides the featured image.

    I agree that the page looks untidy. You may want to consider asking for help at jobs.wordpress.net.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blog category page alignment untidy, please help….’ is closed to new replies.