Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Make Read More link align right

More
10 years 7 months ago #3238 by ChessDigital
Make Read More link align right was created by ChessDigital
I'm using the Link Label to show the "Read More..."

However, I'd like it to be right-justified (rather than left).

Is that possible?

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

More
10 years 7 months ago #3239 by admin
Replied by admin on topic Re: Make Read More link align right
Hello,
yes, it is possible.
You will have to override the CSS property:
.latestnewsenhancedextended_[your_module_id] .link {
    text-align: right !important;
}

Olivier.

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

More
10 years 7 months ago #3240 by smamphey
Replied by smamphey on topic Re: Make Read More link align right
I have tried doing this but it did not work. I changed the module id to my module ID. Please see - www.ghanalandlords.com/properties-for-rent

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

More
10 years 7 months ago #3241 by smamphey
Replied by smamphey on topic Re: Make Read More link align right
This is the code i am using


.latestnewsenhancedextended_[178] .link {
text-align: right !important;
}

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

More
10 years 7 months ago #3242 by admin
Replied by admin on topic Re: Make Read More link align right
It should be:

.latestnewsenhancedextended_178 .link {
text-align: right !important;
}

Olivier.

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