I'd like to change the widths of the header items. The logo section and head menu sections should be at least 6 columns each. I have a "now playing item that I want to display in the slogan section but when the song title is long, it forces the item under the Logo Text. As I'm not using the head menu, that could be reduced in width to allow for increasing the width of the logo area to accommodate my needs.
Need help adjusting column sizes in header
itp4wnc
Hi
To change the size open file "/tpls/blocks/header-features-intro.php" in template "ja_social_ii".
Find
<div class="col-xs-12 col-sm-6 col-md-4 logo">
replace it with
<div class="col-xs-12 col-sm-6 col-md-6 logo">
Now you have to decrease the main nav size
<div class="col-xs-12 col-sm-6 col-md-8 actions">
Replace it with
<div class="col-xs-12 col-sm-6 col-md-6 actions">
For subpage you can make changes in file "/tpls/blocks/header.php" in template "ja_social_ii".
Ninja locked the discussion.