Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Twenty Fourteen - Want to put blog posts in list showing titles WordPress

  • SOLVED

Hi,

I need help with Wordpress twenty fourteen theme - I would like when I click a category (when on 'full size' computer or laptop) that it would display a list view of blogs; as it does when screen size less than 400px but without the sidebars moving to the bottom.

I've tried adjusting the code in the media queries and while I can get get it into list view - it doesn't look quite right, the blog titles and category heading are on top of each other until you narrow the screen to ~600pixels - I've left it like this at the moment to show what I mean - site is http://genesismatters.co.uk/category/all-articles/why-defend/

Many thanks...

Answers (2)

2014-11-20

Arnav Joy answers:

add following to your style.css

.list-view .site-content .entry-title {clear:both !important}


doogiej7 comments:

Hi, Thanks for your fast response... I added this code under

@media screen and (min-width: 401px) .list-view .site-content .entry-title {

which worked! Many thanks... However the code I just pasted disappeared when I saved the stylesheet... ? Where did it go? For future reference...

Also, this has left me with exactly what I want layout-wise but the background to each entry title is a gray diagonal hatch which I would prefer to be just transparent - can you point me to the code for that also.. .

Many many thanks...


Arnav Joy comments:

Can you please show me what is the problem , sorry I did not get from your last comment.

2014-11-20

Navjot Singh answers:

Change this in your css

From

.entry-title {margin: 0px 0px 12px;}

to

.entry-title {margin: 60px 0px 12px;}