mulgurul
Forum Replies Created
-
Ok, but could you please share some hints.
I’m not that strong on CSS, and trying to tweak the menu seems very hard to do.
I’m using the menu in the Customizr theme.
Here I want the menu to appear inside a div tag with responsive class “span2” inside a div with row-fluid class.
I tried many combinations with relative or absolute positioning but the menu is anywhere but inside the div. It either seems to float og it wraps to next line/row as block with full width.
Can you eventually point me to a site with an example implementation or hint me some more on what to change in CSS.
Great if this was a configurable option, to have it behave static.
Best regards, Peter
Ok, yes understandable. But is there a way to control the columns like this in the css of customizr?
Thanks
Forum: Themes and Templates
In reply to: [Customizr] Fixed width layout guideYes thank you for the tip, I was goind to use the customizr bootstrap row and col classes. But this still does not give me a 1023 px. viewport.
I tried to encapulate the entire page including header and footer with a div with a Width on 1023px and automargen. It Works but the page content does not adjust Down and fit in. It seems that customizr has a fixed size on 1170px and that the row/col layout har fixed calculated Width.
Does this mean that I either have to adapt the grapical layout to 1170, or recalculate all the col. Width values in the customizr css file? Like:
.span12 {
width: 1170px;
}
.span11 {
width: 1070px;
}
.span10 {
width: 970px;
}Best regards, Peter
Forum: Themes and Templates
In reply to: [Customizr] Fixed width layout guideI need to implement a design received from a graphical designer.
The design does not have full Width header and logo. All pages has a design where the max Width is 1023px.
Thats just the max Width.When shown on smaller displays/devices it shold scale Down using the bootstrap and viewport, behaving responsive as normal.
The FrontPage is oocupied with one row with 3 cols.
Below is a second row with 6 colsDownscaling to smaller displays should stack the upper ros 3 cols on eachother, and stack the second row 2 cols per row on top of eachother.
If I did this in plain bootstrap, if would not take me long, but here I need to adapt to all the customizr css, and how the template has been design.
Thats why, this question!
Thanks
Forum: Themes and Templates
In reply to: [Customizr] Customizr css in normal readable versionThanks, but that I now. Thoase CSS are the ones I refere to, which are compressed to single line css.
I dont need firebug og codeinspector as I got the full site running in webmatrix with all files local and fully accesible in a css editor.
So I need a plain readable wordwrapped version!
Like:
.classname {
style: xx;
}and not
.classname{style:xx;}…… 2354 characters in oneline without cr/lf