I'm using gantry for a new website, and I'm having problems overriding the css in the gantry master css file. I know the css, it just doesn't seem to be successful.
1. use "inline-block"
2. make the position that the module occupies wide enough - you currently only have it set to two gantry columns wide - so it will wrap. and you also seem to be using "force positions" ?
Regards, Mark.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
Thanks. I was using inline, and I didn't change the position count. It's working now.
I was using force position because I want to force the menu to the right of the page. It seems like best-practice would be to use the gantry environment as much as possible as opposed to positioning and aligning as a css override. Am I wrong with this line of thinking?
You were using "inline" - but not "inline-block". Forcing positions is not the right thing to do just to move the menu to the right - custom CSS would be better,
Regards, Mark.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.