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!
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
:/
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!
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.