Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #924841

    Hi
    Try my this tweak :

    Add this code in custom.css file

    
    @media (max-width: 468px) {.ja-cp-main .ja-cp-group .ja-cp-item {
        float: left;
        width: 100%;
        padding: 30px;
    }}

    Save file , clean cache and check.

    shemeam Friend
    #925040

    Hi Pankaj Sharma

    I copied and pasted the code into the custom.css
    cleared cache from joomla backend and from browser.
    No change :((

    Shemeam

    Pankaj Sharma Moderator
    #925230

    Hi
    Use this code

    @media (max-width: 468px) { .ja-cp-main .ja-cp-group .ja-cp-item {
        float: left;
        width: 100%!important;
        padding: 30px;
    }}   
    
    shemeam Friend
    #925417

    Thanks Pankaj Sharma

    It works much better now, very appreciative of for your help.

    Shemeam

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

This topic contains 4 replies, has 2 voices, and was last updated by  shemeam 7 years, 11 months ago.

The topic ‘Responsive view’ is closed to new replies.