Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • armstrj1 Friend
    #189382

    Hi,

    I want to change the following dynamic CSS created by JA Purity II:

    body.bd #ja-wrapper {min-width:980;)

    Can anyone tell me where the code that generates this statement is located. I have looked in head.php but it is not there.

    John

    Nazario A Friend
    #500844

    Hi armstrj1,

    You can change it with this way:

    – Go to Backend >> Extensions >> Templates Manager >> JA Purity II – Default >> Options tab >> Profiles tab
    – Change the width value: http://prntscr.com/1iqg0c
    – Then clean JAT3 cache

    Regards

    Nazario

    armstrj1 Friend
    #501419

    HI Nazario,

    Thanks for the suggestion.

    Sorry I had not explained properly what I want to do. I want to change the code so that I can put a black border round the complete page, e.g. replacing the statement min-width: 980px by the following:

    width: 980px;
    margin: 0 auto;
    border: 1px solid black:

    Regards

    John

    Nazario A Friend
    #501726

    Hi armstrj1,

    You can do as follow:
    – Open file: /templates/ja_purity_ii/css/template.css
    – Add new code:

    body.bd #ja-wrapper {
    width: 980px;
    border: 1px solid black;
    margin: auto;
    }

    Remember: Clear cache after changing.

    Hope this is clear and helpful to you.

    Regards,

    Nazario

    armstrj1 Friend
    #502101

    Hi Nazario,

    Great – thanks for the fix. It worked fine

    Best Wishes

    John
    😉

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  armstrj1 11 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum