Afit Husni
asked 10 years ago

I attached image and i write a caption as noted. But how make it (align) center. This is the link http://idwinphone.com/gosip-nokia-lumia-1520-mini

2 Answers
DominicStaff
answered 10 years ago

Hello Afit !
To centralize the image caption, You can log in to Dashboard > Theme > Custom Code, add the following code to the “DW Header script”

 <style>
.wp-caption-text {
    text-align: center;
}
</style>

Hope this helps !

Afit Husni
replied 10 years ago

it seems doesn’t work.

DominicStaff
answered 10 years ago

Hi Afit !
Please add the following code to the Header code.

 <style>
.wp-caption-text {
    text-align: center !important;
}
</style>

If you still the face issue, You can send me username & password your site. We will help you resolve this issue.

Afit Husni
replied 10 years ago

great! thanks!

Powered by DW Question & Answer Pro