Image Cations right aligned in K2 items & catagories
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Thu Nov 28, 2013 10:58 pm
- Reply with quote
- Report this post
Hello,
I have image captions that are right aligned, not left aligned' at the base of the images in K2.
I think is is this element:
Can I use a CSS override in the template manger to correct this? If so, what is the new code to have image captions left aligned under images please?
regards
Drew
I have image captions that are right aligned, not left aligned' at the base of the images in K2.
I think is is this element:
- Code: Select all
itemImageCaption
Can I use a CSS override in the template manger to correct this? If so, what is the new code to have image captions left aligned under images please?
regards
Drew
-
- Gold Boarder
- GK User
- Fri Nov 29, 2013 10:36 pm
- Reply with quote
- Report this post
Hello,
Please apply in the CSS override the following CSS code:
Please apply in the CSS override the following CSS code:
- Code: Select all
.itemImageCaption {
text-align: left;
}
-
- Administrator
- GK User
- Tue Dec 03, 2013 11:57 am
- Reply with quote
- Report this post
Perfect!
thanks for being helpful.
regards
Drew
thanks for being helpful.
regards
Drew
-
- Gold Boarder
3 posts
• Page 1 of 1