Block 11/12 and responsiveness

Posted in: Newsmag
Post count: 45

Hi,

I use block 12 in homepage, but I need it with excerpt. Howewer in mobile version it doesn’t show the excerpt. How can I add it?

Thank you and best regards.

DeA

Post count: 23312

Hello deambris,

Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

@media (max-width: 767px)
.td_module_11 .td-excerpt {
display: block;
}

The result is here -> https://www.screencast.com/t/3ALJxbly0Xa

Thanks for the message!

Post count: 45

It seems that it doesn’t work at the moment.

  • This reply was modified 9 years by deambris.
Post count: 23312

Hello deambris,

Try to add the !important tag like this ->

@media (max-width: 767px)
.td_module_11 .td-excerpt {
display: block!important;
}

Thanks.

Post count: 45

Neither in this way it works. There is a comment with a x which says: “expected LBRACE at the line 2, col 1”. Furthermore the theme zooms in and zooms out in mobile version, and it’s not fully centered.

Regards

  • This reply was modified 9 years by deambris.
Post count: 23312

Hello deambris,

Please provide suggestive images to show this error on your site.

Thanks for the message!

Post count: 45

Theme problem in mobile version: https://www.screencast.com/t/E1szjpF8Yc

No excerpt for block 12 in mobile version: https://www.screencast.com/t/sRrGWyJi4QNW

:/

Post count: 23312

Hello deambris,

Please provide your website URL so I can test the above code to it. I have checked on my website and seems to work as properly.

Thanks for the message!

Post count: 45
Post count: 23312

Hello deambris,

Unfortunately, our mobile theme does not have any such an option that allows you to display the Excerpts for Latest Articles section, sorry! If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for the message!

Post count: 45

Yes, but I don’t want excerpt for latest articles, which I don’t use. I asked just for block 12.
It’s a nonsense that any block/module with excerpt for desktop shows an excerpt also for mobile but block 11/12.

Post count: 23312

Hello deambris,

If you want to display the excerpts for Block 12 on mobile devices (without using the Mobile theme plugin) you should use the code below and place it in Theme panel->Custom CSS area.

@media (max-width: 767px)
.td_module_11 .td-excerpt {
display:block!important;
}

The result is here -> https://www.screencast.com/t/Ip71txXS9IRo

Thanks.

Post count: 45

Hi,

I have solved editing style.css.

Thank You for supporting!

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