Hi,
When I use the block 16 on posts I get smaller images than when I do in the homepage as you can see on the images below.
Post / article

Home page

I would like to know how can I fix the text align on mobile devices for the post style 8.
Post style 8

Post style 1

Thank you!
-
This topic was modified 10 years by
Nilsonng10.
-
This topic was modified 10 years by
Nilsonng10.
-
This topic was modified 10 years by
Nilsonng10.
Hi
The differences appear when using the block on a 1 column layout or on a 2 column layout, you can see this here: http://demo.tagdiv.com/newsmag/block-16/
Please provide a link to your site so we can inspect this issue and more details if this is not what you mean.
I’ve tested the post style 8 and work’s fine on mobile: http://screencast.com/t/kWrxe1fIV please provide a link so i can inspect this issue closer.
Thanks!
Hi
Here is the link for block 16: http://www.lakiz.com/artistas/vanda-may/
Link for post style 8: http://www.lakiz.com/video/p-lowe-night-girl-2015/
Thanks!
-
This reply was modified 10 years by
Nilsonng10.
Hi
The theme wasn’t designed to use blocks in post content, so it’s possible to appear some issues with the layout.
Regarding the post style 8 I am not sure what code you’re using for the image, so please send me the post content so I can inspect it: http://screencast.com/t/Wd7d3wF4eLeh make sure you use: http://pastebin.com/ for that.
Please let me know.
Thanks!
Hi
I’ve checked your post content and added a class on the div image container and added a margin right which fixes that space issue on mobile and tablets. Replace your post content with this one: http://pastebin.com/yNuTpqdq and add this css in theme panel > custom css:
.td-image-class{
margin-right: 20px!important;
}
Regarding the block 16 you can use this custom css to obtain his normal size: http://screencast.com/t/KN35FqonM
.postid-4741 .td-post-content .td_block_16 .td_module_mx4 {
width: 200px;
}
The css will work only on this post: http://www.lakiz.com/artistas/vanda-may/
Let me know how it goes!
Thanks!