I would like to expand the width of (header2) Music City from 30% to 34%. What would the code be to include in the override.css
#gkHeaderModule2
mooreg42 wrote:I would like to expand the width of (header2) Music City from 30% to 34%. What would the code be to include in the override.css
#gkHeaderModule2
#gkHeaderModule1 { width:66%!important; }
#gkHeaderModule2 { width:34%!important; }
normanUK wrote:Following makes up 100% width of template width. You can use it in override.css just make sure to enable it in template settings > advanced settings > css override "on".
- Code: Select all
#gkHeaderModule1 { width:66%!important; }
#gkHeaderModule2 { width:34%!important; }
There is no padding in between modules. You can use 65% and 34% then you will get 1% empty space in between.
See you around...
normanUK wrote:Following makes up 100% width of template width. You can use it in override.css just make sure to enable it in template settings > advanced settings > css override "on".
- Code: Select all
#gkHeaderModule1 { width:66%!important; }
#gkHeaderModule2 { width:34%!important; }
There is no padding in between modules. You can use 65% and 34% then you will get 1% empty space in between.
See you around...