[Resolved] Customizing and making category articles fully clickable

Home Forums Support [Resolved] Customizing and making category articles fully clickable

Home Forums Support Customizing and making category articles fully clickable

  • This topic has 5 replies, 2 voices, and was last updated 3 years ago by David.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1672034
    William

    Hi there,

    On a category page such as this, is it possible to reduce the padding of the articles (so they appear more ‘listy’) and make the whole box for each article clickable?

    Kind regards,

    Will

    #1672043
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .entry-title a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
    #1672088
    William

    That’s brilliant thank you – is there a good way to reduce the padding so it seems more a list and less white space?

    #1672364
    David
    Staff
    Customer Support

    Try this:

    .post .entry-summary,
    .post .entry-meta {
      margin-top: 0;
    }
    #1693710
    William

    Thanks very much!

    #1693868
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.