Hi, in some of my websites the event image is disaligned from center in event description page... even if in the layout i set the image tag to center...
The problem is your template is telling images to be blocks so they won't follow text-align center. This CSS will make them central though:
.headingrow img {margin: auto auto !important;}
Many thanks
Tony
JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!
I would need to see a link? But suspect it's how you have styled it?
Many thanks
Tony
JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!
The problem is your template is telling images to be blocks so they won't follow text-align center. This CSS will make them central though:
.headingrow img {margin: auto auto !important;}
Many thanks
Tony
JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »