Hello, I'm having trouble adjusting the size of the blocks in the JA ACM m module using the Teams - style 2 option. Before, the blocks were within the article area, but now they are beyond the margins. How can I adjust this size?
rafael-sales Hi Did you edit the module or its code ? The issue is with the container class http://prntscr.com/no79ul You can open /css/custom.css file in the template folder and add this code
.article-content .acm-teams .style-2{width:100%;}
It will fix the issue. Regards
Hi Ninja Thanks for the feedback. I did not find the custom.css file. Should it be there?
Thanks for the help.
Ninja
Sorry about that! I figured I should create the file if it did not exist. I created custom.css and added the code you gave me. It works and blocks stayed lined up within the articles area.
Thank you!