Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #335826

    Hello, I want to begin saying that the theme is amazing, but I feel that the header and logo is way too big. Take a look to the website I am building. Use your phone so you know what i mean. highonblog.com. I basically want to make it look like this swankthemonkey.com. Is it possible to make it this way?

    #337610

    Hey!

    In the example you posted the header is actually bigger (on mobile). Can you post a screenshot/mockup of what would you want to achieve using your website as a base?

    Regards,
    Josue

    #337636

    Actually It doesnt botter me anymore.I guess I just got used to the bigger header on mobile. And what i would like to archived would be something like inc,com or businessinsider.com .You can see there how the header on mobile is smaller. And scrolls with you as you move down the page. How do you make the header scroll with you as you scroll down on mobile?

    BTW I have no idea how to post screenshots

    Best Regards,
    ERICK

    #337786

    Hey!

    If you want a fixed header on mobile, you can add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive #top #header {
    position: fixed;
    }
    
    .responsive #main {
    padding-top: 88px !important;
    }
    }

    Regards,
    Ismael

    #337879

    Hey Ismael, Thanks for the reply, I applied the code to the quick css and nothing happened. I am not sure why but it did nothing…. BUT dont worry about it… I will do that on a later time and I will probably hire a freelancer or maybe I could hire one of you guys since you guys are more familiar with the theme. Although im not sure you guys do that.

    Anyhow there is a thing I do really need. and that is the forums or basically the option for people to leave a reply under the posts. I have bbpress installed but ITs not showing on any of my website pages, I think it only shows in one page http://highonblog.com/kriesi-at/
    BUT anywhere is nowhere to be found.

    THANKS

    Best regards

    ERICK

    #337890

    I tried unistalling bbpress and installing disquss instead and nothing has change

    #339937

    I was finally able to fix the comments. SO dont worry and thanks for the help

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobile header way to big on mobile.’ is closed to new replies.