Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • How to put a banner picture on the antimatter home page (like on getgrav.org)? · 12 years ago

    Thanks ! I see that the sass is compiled in css. What compiler do you use ?

  • How to put a banner picture on the antimatter home page (like on getgrav.org)? · 12 years ago

    The other option is to use the technique used in the Blog Skeleton and that is similar but defined in the antimatter/templates/blog.html.twig file. With a body class being set in the headers of the ma

  • How to put a banner picture on the antimatter home page (like on getgrav.org)? · 12 years ago

    Your best option is to download the One-Page Site Skeleton package in the downloads. This is a ready-made example of a a modular layout that is actually based on the getgrav.org homepage. You will se

  • How to put a banner picture on the antimatter home page (like on getgrav.org)? · 12 years ago

    How to put a banner picture on the antimatter home page (like on getgrav.org) ?

  • Antimatter docs · 12 years ago

    You should use a mediaquery and set the new centered logo in the header in the mobile view. You can see examples of this technique used all over. Just search for @include breakpoint in the scss.

  • Antimatter docs · 12 years ago

    ok... notice the nav bar... on a computer it looks like https://mediacru.sh/IzGKQlDdzIV8 on the phone I'd like for it to look like https://mediacru.sh/1SvVKvOHGXeo thanks for the direction!

  • Antimatter docs · 12 years ago

    It's all just HTML and CSS at that point, you can do whatever you like. I can do my best to give you some pointers, but will need more information/screenshots.

  • Antimatter docs · 12 years ago

    one more question... I have an image for the logo div... can I change this when collapsed? thanks

  • Antimatter docs · 12 years ago

    Look at the antimatter/partials/base.html.twig . There is a div called sb-slidebar, this is where the mobile navigation is rendered: https://github.com/getgrav/grav-theme-antimatter/blob/develop/templ

  • Antimatter docs · 12 years ago

    question... when the screen is rendered on a phone, how do I change the navbar? I am not seeing a 'collapsed'-type definition thanks