Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • lg21 Friend
    #899891

    i have create the file custom.css with this code @media screen and (max-width: 480px) .bt-cs .bt-row { width: 50%!important; }

    why the styles are not being overwritten even if I create a custom.css file like I always did with every other joomlart template??

    I need to change so the mobile version in this way

    [mobile version] (http://test.gonfiabilibirbalandia.com/mobile.jpg)

    pavit Moderator
    #899915

    Hi
    you missed a bracket container

    correct code is

    @media screen and (max-width: 480px) {
    .bt-cs .bt-row {
    width: 50%!important;
    } 
    }

    Hope it helps

    lg21 Friend
    #899927

    My website
    http://test.gonfiabilibirbalandia.com/

    I corrected the code as you suggested me, but did not make any changes, I see always the same

    ho corretto il codice come mi hai suggerito tu, ma non ha apportato cambiamenti, lo vedo sempre uguale

    pavit Moderator
    #899937

    Hi

    Ja Orisite is builded with JaT3V2 framework and not latest T3 Framework ( bootstrap ), so you cannot apply a custom.css file to make your changes

    You will need to edit each specific layout

    example for iphone layout file is stored in this folders /plugins/system/jat3/jat3/base-themes/default/css/iphone

    layout.css and template.css

    so the code used above ( bootstrap ) is not doable but you will need to style it in a different way

    Best regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  pavit 8 years, 1 month ago.

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