- This topic has 1 reply, 2 voices, and was last updated 5 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support › Forums › Flex Theme › Aligning header and header widget area
Tagged: align, alignment, header, header right, header widget, logo
Hi there,
I have changed my header/logo and added an image into the header widget section. At the moment, everything is sitting a little too far to the left. I’d like to shift everything across to the right a little so it appears more centred.
Could you please assist me?
Many thanks,
Jess
Make you header right widget wider for more uniform look with the overall width of the site.
1. Change this..
.site-header .widget-area {
float: left;
margin-top: 8px;
margin-left: 30px;
text-align: right;
width: 721px;
}
to…
.site-header .widget-area {
float: left;
margin-top: 8px;
margin-left: 30px;
text-align: right;
width: 785px;
}
2. Then upload wider image in the header right area.