Support › Forums › Flex Theme › 728×90 ads on header widget › Reply To: 728×90 ads on header widget
January 12, 2016 at 6:26 pm
#797
Moderator
In style.css file, change…
.title-area {
float: left;
max-width: 360px;
}
to…
.title-area {
float: left;
max-width: 350px;
}