Keyword

Space after "Read More" button

  • Tim Weston
  • Tim Weston's Avatar Topic Author
  • Offline
  • New Member
More
10 years 4 months ago #128378 by Tim Weston
Space after "Read More" button was created by Tim Weston
I'm hoping for a solution to a frustrating problem.

I have a site using K2 and am really loving the way it works but I'd like to add an extra line break space under the 'More' button.

As can be seen here ddconferences.com/index.php/services/case-studies the 'More' button is sitting directly on the next item in the view. I'd like to add a bit of space under the @more' button to differentiate the items.

How can I do this?

Please Log in or Create an account to join the conversation.

More
10 years 4 months ago #128379 by Lefteris
Replied by Lefteris on topic Re: Space after "Read More" button
Hi. Try to use the following CSS code:
div.catItemReadMore {
    margin-bottom: 60px;
}
If you don't know what CSS is, then i think it would be better to ask your template provider for help.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Tim Weston
  • Tim Weston's Avatar Topic Author
  • Offline
  • New Member
More
10 years 4 months ago #128380 by Tim Weston
Replied by Tim Weston on topic Re: Space after "Read More" button
Thanks for the quick reply.

I'm more than happy to edit css just don't ask me to write some :P

A quick look at the css/template.css file I can only find one reference to di.catItemReadMore
div.catItemReadMore{display:inline-block;}

Can I add it after that line or where should it go?

Please Log in or Create an account to join the conversation.

More
10 years 4 months ago #128381 by Lefteris
Replied by Lefteris on topic Re: Space after "Read More" button
Yes you can but it might not take effect if the k2.css file is loaded after template.css file. In that case you will have to override k2.css file in your template folder and make the change there.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum