Modularity Lite sidebar width
-
I know this has been discussed before but couldn’t make it work.
Aiming to create narrower sidebar and wider post area in Modularity Lite – this is so I can embed video URLs. At present I have to resize using embed code. YouTube’s HD vids come in at 640px so this is the post width I need.
See: https://www.babelfiche.net
Tried out advice in previous topic. In wp-content/library/styles, by editing screen.css
.span-8 {width:310px;} .span-15 {width:590px;}
was changed to …
.span-8 {width:260px;} .span-15 {width:640px;}
I understand that in Modularity Lite theme editor, style.css incorporates screen.css by:
/************************* IMPORT CSS GRID ***************************/ @import url(library/styles/screen.css);
However the new span widths don’t work to change post & sidebar.
Can anyone see where I’m going wrong? Any advice appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Modularity Lite sidebar width’ is closed to new replies.