Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
How do I add multiple entries with the help of one file
· 10 years ago
You could just create a user/config/members.yaml file and in that have an array of members. kaladan: name: kaladan email: kaladan@mail image: kaladan.png bio: simple bio joeblow: name: Joe
-
How do I add multiple entries with the help of one file
· 10 years ago
I want to add a team members section in my theme, I want to have one file that would contain multiple entries of members and add it to the template, Is there a way to do this by using a .yaml file or
-
Fixed width of navigation bar possible?
· 10 years ago
Thanks for this info. I'm using Antimatter and wanted to re-size text in my navigation bar. Using Chrome inspector it looked like #header and #navbar was where the font size was located. I did in s
-
Fixed width of navigation bar possible?
· 11 years ago
Just remove the background color and shade from #header and put them on #navbar instead. This is just basic CSS styling stuff. I suggest you use the web inspector in chrome to try this stuff live on
-
Fixed width of navigation bar possible?
· 11 years ago
Hi there! I made a custom css file and added this code to it: body #sb-site { position: initial; max-width: 1200px; margin: 0 auto; !important;} body #header { left: 0; !important;} to make the site a
-
Template informations file
· 10 years ago
What's not showing up? and where? How about a screenshot to show what you mean?
-
Template informations file
· 10 years ago
Hi there! I've some issue with my template informations file (blueprint.yaml). Every fields on the back office are empty (or not display). I've took every field from the documentation even from an exi
-
Access to page.media.images in for-loop
· 10 years ago
never mind - found out by myself. <div style="background-image: url('{{page.url}},{{feature.background}}')"> some content here </div> did the trick ...
-
Access to page.media.images in for-loop
· 10 years ago
Hi, this is my first post here and I have a question where I hope that it is not too stupid. My problem is the following: I wanted to extend the modular-element "features" (from the default antimatter
-
How to sort pictures by name
· 10 years ago
Thank you! I will try that.