Center Images On Home Page

Posted in: Newspaper
Post count: 8

Firstly I disabled cropping images for “td_218x150” size. Now I want center this image for Module 10 template view. See my homepage, image is at left. http://www.guzelbilen.com

  • This topic was modified 8 years by SeLoRe.
  • This topic was modified 8 years by SeLoRe.
Post count: 20688

You could center the image like this
https://www.screencast.com/t/2RjFo0O0

.td_module_10 .td-module-thumb {
width: 218px;
text-align:center;
}
.td_module_10 .td-module-thumb .entry-thumb {
display:inline-block;
}

Post count: 8

It worked like a charm, thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.