Block with text in full width?

Posted in: Newspaper
Post count: 10

Hello,
Most of my articles have only text, how can I get a Block that shows me the text in full width in case I don’t have images?

Post count: 10

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).

Post count: 388

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.

Post count: 6600

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.
Post count: 10

Yes we need a module to address this issue.

Post count: 10

The problem with this is that sometimes I will get pictures, if only there was a way to detect that there is a picture available or not and then apply the CSS accordingly…

Post count: 6600

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.
Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.