in Joomla Templates by aspic (140 points)
I'm trying to style the readmore button to align right, not left.

Any ideas for me?

1 Answer

by caslavovmagacin (140 points)

There is no setting for this in Templatetaster, as far as I can see. But I did it with a little trick.

The read more setting is located in the "template.css" file in the "css" folder (in template files after export). I found the exact location of the code by using Firefox developer tools, right-clicking on the readmore button and "inspect element".

It's easy afterwards. At the end of the button adjustment block, put a new line before the brackets:
"...
float: right; } "
Upload that file in your template on server and replace old one.
I used Notepad ++ for editing.
Here’s what it looks like in my example, after the addition

by phillips-guy (360 points)
Is there still no way to change the style of the 'Read more' button using TT other than editing CSS?
I just want it to say 'Read more', or whatever I set Joomla 4 to make it say, with no button. Do you know how I do that?
Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...