Archived topic
header widget location
1 reply · Started by Cynthia on March 28, 2023
Viewing posts 1–2 of 2
I'm using the Header Widget feature in customizer panel, and the location of the text is showing perfectly on mobile view however on desktop view it is floating all the way to the right. I would like it to be located right under the logo on desktop view. Can you provide the css for that? Thank you
Hi Cynthia,
Can you try adding this through Appearance > Customize > Additional CSS?:
@media (min-width: 1025px){
header.site-header .inside-header {
flex-wrap: wrap;
}
header.site-header .inside-header .header-widget {
width: 100%;
}
header.site-header .inside-header .header-widget aside#sow-editor-16 {
width: 45%;
}
}
This archived topic is closed to new replies.