Reviewed & tested by the community
Project:
Marinelli
Version:
7.x-3.0-beta11
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2012 at 03:16 UTC
Updated:
11 Dec 2019 at 09:13 UTC
Jump to comment: Most recent
Comments
Comment #1
sashkernel commentedSorry, forgot to mention. I worked around this by adding this css to sub_theme.info file. Not sure if this is correct way of doing it.
Comment #2
valery86 commentedHi sashkernel,
I have tried your workaround in order to change the sidebar sizes, but it does not work for me. I added this code
";stylesheets[all][] = css/grid/grid_1000.css" to my sub_theme.info file.
Do I need to do anything else? I cleared caches before checking changes done in "grid_1000.css" but nothing changes on my website, I checked with firebug and it confirmed that nothing changed.
Can you help me out please?
Comment #3
hamish_s commentedValery,
I consider myself still a noob with drupal, toughing it out when i cant figure things out. However, i did learn that you need to remove the ";" (the semi-colon) to enable the call to the appropriate css file in your subtheme.info file. So, in your .info file, remove the ";" before the appropriate stylesheet, and the subtheme.info file will call the required grid_1000.css file.
However, I still do not think that will solve your problem. You need to also copy over the folder with its two files, and change the layout.inc file in that folder to call different of the grid "cases". When you open up the layout.inc, you will see defaults, you can change these to reflect the widths you want. You will then be abl to change the defaults in the grid file if they are not exactly what you want.
Please report back here your successes and any other questions - we can help each other out.
Thanks,
Comment #4
valery86 commentedIt works!
Thank you so much! I didn't realize about the ";"
Thanks Hamish!
Comment #5
djsagar commented