Home › Forums › Support › Header background not centered horizontally › Reply To: Header background not centered horizontally
October 16, 2015 at 1:34 pm
#144982
try for mobile phones – add custom css plugin and then copy the following
.site-header{
background-position: center center;
background-size: 100%;
background-repeat:no-repeat;
background-position: center;
}
If you update your custom area — it will over ride the above — make sure to save this LAST to remain active