Here is what I mean: http://www.screencast.com/t/ZhYReJ1nSU
Using Block 1 the content doesn’t extend to the full width available (red selection box).
I was hoping for that too. We need more modules/blocks to do text-only styles :p For the moment I did it lazily by CSS:
.thumb-wrap {
display: none !important;
}
That would target all your thumbs, so I set aside one block style for categories that don’t have images, and added that class to target those thumbs specifically.
Hi,
It shows like that because you use just one post, you can chose a different block like block 6 and then use this custom css to fix it page:
.page .td_mod9 .thumb-wrap {
display: none;
}
.page .td_mod9 .item-details {
margin-left: 0px;
}
Change the .page class with the .page-id class of the page you are using this css on.
Should look like this: http://screencast.com/t/HZAarNcFn0WH
You can change the excerpt length from theme panel > excerpt for each module, in this case you will have to change the module 9 excerpt length.
Hope this helps!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
That can only be achieved by modifying the module you use and apply a condition into the module file you want to change which will change the module structure if the post dose not have a featured image set. This is not an easy task though and you need custom work for this, we recommend to hire a developer to do this for you if you don’t have basic php/html/css knowledge as we cannot offer custom work as we work hard on the development, updates, fixes and support.
Thanks for the message
-
This reply was modified 11 years by
Lucian.