Hello,
wling
in dashboard go to Appearance->Themes->Customize->Theme Option->Theme General Option in Custom CSS option
put below code and save
.enigma_blog_full {
text-align: -webkit-center !important;
}
Thread Starter
wling
(@wling)
Thanks for the help.
After putting in the CSS code, I can’t put two/multiple photos with captions on the same line. Is there anyway to put two (multiple) photos on the same line?
http://www.outpourstl.org/?page_id=1470
-
This reply was modified 9 years, 8 months ago by
wling.
-
This reply was modified 9 years, 8 months ago by
wling. Reason: Took out a question I solved on my own
Hello,
wling
in dashboard go to Appearance->Themes->Customize->Theme Option->Theme General Option in Custom CSS option
put below code and save.
.wp-caption {
float: left !important;
}
thanks.