Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • matteo sitta Friend
    #189196

    Hi all,

    Brisk has a problem in the masshead position inside the tablet portrait layout.
    You can see it inside the demo site http://www.joomlart.com/demo/#ja_brisk.

    And the solution applied of the mobile layout is not great
    margin-top: 100px !important;
    margin-bottom: -40px !important;

    Regards

    matteo sitta Friend
    #500034

    Sorry I see now the other post like this….but it not the same

    matteo sitta Friend
    #500036

    another problem is inside responsive-style.less


    .ja-masshead {
    margin: 0;
    padding: 0;
    }

    instead of


    .ja-masshead {
    margin: 0 -20px;
    padding: 0 20px;
    }

    Ninja Lead Moderator
    #500111

    You can try to rollback previous changes to default and fix problem with this way:

    Open templates/ja_brisk/css/custom.css file

    Add new script below

    @media (max-width: 767px) {
    .ja-masshead h3 {
    margin-left: 20px;
    }
    .ja-masshead {
    margin: 80px -20px 0px -20px;
    }
    }

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

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

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