+ Reply to Thread
Results 1 to 3 of 3

Thread: Header Banner in Mobile view

  1. #1

    Header Banner in Mobile view

    Hello Rudi,

    The default header banner size 728x90 looks very thin in mobile view, is there any way to make it responsive or at least to separate header box for each mobile and desktop view.

    Second question, how to make the banner png quality in mobile equal to desktop quality?

    Thanks

  2. #2
    Guru
    Join Date
    Jul 2019
    Location
    Australia
    Posts
    657
    Quote Originally Posted by Nazzal View Post
    Hello Rudi,

    The default header banner size 728x90 looks very thin in mobile view, is there any way to make it responsive or at least to separate header box for each mobile and desktop view.

    Second question, how to make the banner png quality in mobile equal to desktop quality?

    Thanks
    It is my understanding that the banners are responsive.
    I would also like to know how to do this.

  3. #3
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    You can set your height for the banner in css > style.css

    find @media screen and (max-width: 767px) {

    add below:
    Code:
    Only registered members can view the code.
    the header banner box uses the same image for all screens

+ Reply to Thread