Hi
Thanks for helping
It is for myRainCheck.com
I use this override code which may affect it... but I use the template on another site which also does not go to full width in header_bg
/*
#------------------------------------------------------------------------
# University - May Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website:
http://www.gavick.com# Support:
[email protected] */
/* Here you can include your override CSS styles */
#gkHeaderNav {
position: fixed;
background: none repeat scroll 0 0 rgba(50, 48, 47, 1.0);
padding-bottom: 0px;
padding-top: 0px;
}
}
#gkHeader_bg .gkPage { max-width: 1920px; width: 100%;}
#gkHeader_bg { padding: 0; }
.customSuffix .gkPage {
max-width: 100%;
}
.single-page > .header {
background-size: cover;
}
#gkHeader {
background-size: 100% auto !important;
}
.frontpage #gkHeader {
background-size: auto 100% !important;
}