Article title wraps

Posted in: Newsmag
Post count: 36

I have block 13 on my homepage and I want to have the post title under the image not on the image.
How can I do that?
Anyone who knows how to do that?

Best regards

Post count: 6600

Hi,

Unfortunately the theme doesn’t have a feature like that and you would need to use custom css for it, you could try something like this for start but it would need additional customization: http://screencast.com/t/FVNSVZqFQR
Hope this helps!

Thanks

Post count: 36

Hi Lucian!

What you showed on screencast is exactly how I wanted the posts title would look like, just under the image. But on my site, using block 13, it looks different.
site: http://www.ecofame.se
post title : “Image Gallery – Travelling with kids on Queensland” . The title has a white backgroung that covers the lower part of the image it look like as it is in a box.

So, how can I change from block 13 to module 14?

Best Regards
Thanks

Post count: 6600

Hi,

In my example I also use the block 13 and because of the css I have pointed to you it looks like that and module 14 or block 13 are the same, the differences is that the block is build from modules.
So I have explained in the previous post that you can’t easily modify block 13 so that the title go under it so I gave you an example of css that you can use and you would start from there if you want to cutmize it so that it would look good.
This is the css I have used:

.td_module_14 .td-module-thumb {
margin-bottom: 100px;
}

.td_module_14 .meta-info {
bottom: -90px;
}

Hope it helps!

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.