Hello, Somehow after installing quickstart package, article style fro category "Our Blog"messed up. Here it is on demo:https://ja-spa.demo.joomlart.com/index.php/our-blog and how is it on my site: https://beautyplace.rs/novo/our-blog category blog menu item is fine, but when you click on article, then go wide. I tried to change in Template style sublayout etc, but nothing. Please help. Thank you, Milos
Hi Milos
It due to the page class set in the 'Blog' menu item, I add a space before the class name and it's working fine now:
Hi, thank you ! But still articles from category are different, they are wide, not in the middle like on a demo. Thank you, Milos
It due to your custom CSS in the file: /templates/ja_spa/local/css/template.css
.our-blog .t4-section-inner { max-width: 100%; padding: 0; }
By default, this template doesn't set this CSS rule and this make the content display in full width.
Hi, I never type any custom CSS, just installed Quickstart...
OK, thank you very very much for quick response and helping me as always!
Please mark as solved!