I want to have this kind of Template for Post

Posted in: Newsmag
Post count: 26

Ok, i want to create something like this:

On web it works perfectly:
http://postimg.org/image/3qv366p9h/

but when i try to re-size it to mobile, it becomes really awful, maybe it would be good if in mobile the side article becomes full width:
http://postimg.org/image/msos5xbbt/

Anyone have some kind of solution? Thankyou

Post count: 6535

Hi

I am not sure what post template you’re using and also what customizations you did. Usually the post content and the featured image sizes are fixed and can’t be modified without altering other elements from the page. Please provide more details in this regard and a link where we can inspect this and maybe we can help you.

Thanks!

Post count: 26

Hi, Sorry for the lack of information.
I’m using Formats->quote block right for that.

Sorry but the link already gone, because we make it stacked at the bottom for now 🙁

Post count: 6535

Hi

You could try this css in theme panel > custom code > custom css: http://screencast.com/t/MK9OPhow Like this the quotes will have a full width on mobile devices:

@media (max-width: 767px){
.td-post-content .td_box_right{
width: 100%!important;
}
}

Let us know how it goes and if this is not what you mean please provide more details.
Thanks!

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