Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
My site has a full width “logo” in the masthead. There is a white space at the right end of the masthead where the logo should be continued.
URL: http://www.wumc.com
Hi Bob
In your custom CSS please find and remove this entry
header#masthead hgroup .logo img { width: 1200px; }Then find this entry
header#masthead .hgroup .logo img { width: 100%; /* End of Header CSS */ }and change it to
header#masthead .hgroup .logo img { width: 100%; height: auto; } /* End of Header CSS */Let us know how you get on
Magus
Magus,
That did it. Thank you very much. I’m good. I appreciate your quick response.
Hi Bob
You are welcome. If you need any more help please feel free to open a new support thread.
Magus