Is it possible in JA Spa to have ACM - 3 Columns Wide?

    Hi bsorli,
    You can open the \templates\ja_spa\acm\features-intro\tmpl\style-1.xml file then add the following code under line 9:
    <option value="3">3</option>

    That was quick and worked PERFECTLY!!!!

    Please note, the CSS squashed the content and I had to modify the JA Spa Template.CSS because my Custom.CSS wouldn't override this code

    Custom...CSS - Won’t hold override and added to original Template.CSS

    @media (min-width: 1200px)
    .container {
    max-width: 1350px !important;
    }

    Thanks for the quick response and keep up the great work! Sorli...

    Write a Reply...
    You need to Login to view replies.