This is a great theme. I am pretty much fond of it in just two days. I am in the process of customizing it for production use. I would be thankful to you
(1) if you can guide me on how to remove margins from left sidebar as well as right sidebar. I don't want to see black space between them. These two margins should be joined together and must be bordered as but no wireframes please.
(2) grail-overrides.css option is also enabled for the theme and I am using 160*220 settings. Would be good if you can add an option for 220*160 instead of 160*220.
Please guide in detail.
Comments
Comment #1
gausarts commentedConcerning point#1, can you please provide a screenshot of what you want to achieve. I don't quite understand what you mean. Do you mean to apply all white background to all columns, content and sidebars, or simply removing margins? If you remove margins, sidebar contents will probably touch each other. Please elaborate with a desired screenshot.
Comment #2
nikmahajan commentedIt is not possible for me to provide the original screenshot now as I have already done it by editing the layout.css file.
You can see the changes in highlight below:
#sidebar-left {
float:right;
position:relative;
left:150px;
width:145px
}
#sidebar-left-inner {
margin:0;
padding:5px 0
}
#sidebar-right {
float:right;
position:relative;
left:520px;
width:220px
}
#sidebar-right-inner {
margin:0;
padding:5px 0
}
I hope you unerstand from the changes what was I asking you. Still I am looking for more stable solution using grid-overrides.
You can see I have also decreased the top padding.
Comment #3
nikmahajan commentedIssue resolved. I done it through grail-overrides.css file.
Comment #4
nikmahajan commented