Home › Forums › Template Support › Tablet Problem with category blog Viewing 8 posts - 1 through 8 (of 8 total) ForelliSubscriber Posted 6 years, 11 months ago Hi I use jl_mark_pro for the website https://www.eyes-open.org. It looks and work great. Only when I use it with the tablet, I have a small problem: https://www.dropbox.com/s/xx6tvpnnzxjexwx/joomlead001.jpg?dl=0 Where can I set the option that this view uses 100% of the screen width? I just did not find it. Neither in the options nor in the template.css Kind regards Thomas TonyModerator Posted 6 years, 11 months ago Hi Thomas, Could you please give me the correct link to blog page ? I couldn’t find it Thanks ForelliSubscriber Posted 6 years, 11 months ago Hi Tony Of course: https://www.eyes-open.org/index.php/de/news-de Thanks a lot Thomas TonyModerator Posted 6 years, 11 months ago Hi Thomas, Could you pls add the css code below to custom.css file then let me know if it works for you? @media (max-width: 768px) { .layout-blog .col-sm-9 { width: 100%; } } ForelliSubscriber Posted 6 years, 11 months ago Hi Tony This works perfectly for me! Thank you. ..but: I found out that I have the same problem on the tablet when viewing individual news articles. How can I correct that too? TonyModerator Posted 6 years, 11 months ago You can use the css code like this @media (max-width: 768px) { .view-article .col-sm-9 { width: 100%; } } ForelliSubscriber Posted 6 years, 11 months ago Great! It works! Thank you very much and have nice evening! Thomas TonyModerator Posted 6 years, 11 months ago You’re welcome bro 🙂 Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic.