Little CSS help needed… ;)

Posted in: Newsmag
Post count: 341

I’m using post style 5 as the default style but I need some tweaking in it.

My articles have long titles and I also use subtitle below the title. And then there’s author name and date. So these all things together cover up the half of the image.

I want just the post title to be above (on) the image. Rest all things will move downwards.
In simple words I want to fix the post title on the image and then the subtitle, author & date etc. will be below that but not on image.

Maybe this image can help: http://s27.postimg.org/4w0htj6zn/Capture.png

Thanks 🙂
Related URL: https://www.amuzly.com/new-batman-v-superman-full-length-trailer-1765/

Post count: 6535

Hi

Follow this links to move the tile and mata info from header article in the content article:
http://screencast.com/t/HxVaNvs86K
http://screencast.com/t/0K3mwNFZ

Also add this custom css in theme panel > custom css:

.single_template_5 .td-ss-main-content .meta-info, .single_template_5 .td-ss-main-content .td-post-sub-title{
margin-left:20px;
}

The result should look like here: http://screencast.com/t/NrAeiJESwiR

Thanks!

Post count: 341

Thanks I had to tweak the css to get desired heights and padding, but it works. 😉

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