Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • guap Friend
    #882885

    I placed a banner in the top-1 module position but it is not showing on mobile.


    1. Untitled-1-2
    Pankaj Sharma Moderator
    #883088

    Hi
    The position were hidden in small view . Try this code in custom.css

    .top-header {
        display: block!important;
    }

    Your site is offline could make it online so i can check the issue or add your site super user details in first tread for Mods/Staff.

    guap Friend
    #883668
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #883690

    Hi it happed becuase the header height is become height after too much content in the header .
    For single article add below code in custom.css to create padding between header and mainbody

    @media (max-width: 767px) {
    .t3-mainbody {
        padding-top: 200px!important;
    } }

    and for homepage add this code

    @media (max-width: 767px) {
    .t3-sl {
        padding-top: 100px!important;
    } }

    Adjust the value of padding as per needs .

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 2 months ago.

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