be-art
Hi
The template is based on bootstrap3 and each section width is divided in total of 12 columns.
Its defined in template folder /tpls/blocks/header.php file
For logo
<div class="logo col-sm-4 col-lg-4 col-lg-offset-4">
This is head section width
<div class="head-actions col-sm-8 col-md-6 col-lg-4 clearfix">
This is for main nav
<nav id="t3-mainnav" class="navbar navbar-default t3-mainnav col-md-6 col-lg-4">
You can see width col-lg-4 is defined for each section and total is 12
LG : Large display
MD: Medium display
SM : Small display
You can change the values as per needs,
For the BG color, kindly let me know which part of BG color you want to change in it.
Regards