You are here: Home
Support site for Tips and Tricks HQ premium products
Hey, Peter,
Thank you for the response and advice. I have added these 3 codes to the CSS folder of the wp_lightbox_ultimate using a text editor:
.lightbox_ultimate_image_anchor a img{
display: block;
margin-left: auto;
margin-right: auto
}
.lightbox_ultimate_image_anchor {
text-align: center;
}.lightbox_ultimate_image_anchor {
width: 150px;
margin-left: auto;
margin-right: auto;
}
After saving the codes, I updated the current page and even tried it on a new page, and the image was still only left aligned. Do I need to use a different plug-in shortcode then what is shown on the tutorial? Could I update my theme? What other possibilities can I try? Thanks!!
Brian