You should post on the weaver forum, providing a link to you site so we could offer the best advice based on your configuration.
https://forum.weavertheme.com/
If you are trying to have three elements side by side (logo / Title tagline / Logo), the first question (and why we need a link) would be what happens on mobile. If the title tagline are short enough, they could all fit with scaled logos, but if the title tagline are long, you may need an alternate layout.
We also need to know if you have the Plus plugin.
So see you on the forum for a custom solution 🙂
Also, if you do not have the “plus” plugin, I recently answered a similar question on the forum.
https://forum.weavertheme.com/forums/topic/best-practices-way-to-add-images-to-each-side-of-header-sitename-and-tagline/
The following worked well for his case
Just drop something like the following HTML in Main options > Header > Header HTML Box
<div style=”width:20%;float:left;text-align:center;”> <img src=”LeftImageUrl” /></div>
<div style=”width:60%;float:left;”> [site_title matchtheme=true] [site_tagline matchtheme=true] </div>
<div style=”width:20%;float:left;text-align:center;”> <img src=”RightImageUrl” /></div>
-
This reply was modified 9 years, 3 months ago by
scrambler.
-
This reply was modified 9 years, 3 months ago by
scrambler.
Thanks. Will try suggestions in the link and post in the other forum going forward.