• Resolved ollensch

    (@ollensch)


    Hi,

    I’m attempting to place a second logo image into the header section of my group’s website. This should appear to the right of the Title and tagline (current logo on the left, original logo of our group on the right). What is the best way to accomplish this in the current version of Weaver Xtreme? Thanks.

    MO

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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 7 years, 9 months ago by scrambler.
    • This reply was modified 7 years, 9 months ago by scrambler.
    Thread Starter ollensch

    (@ollensch)

    Thanks. Will try suggestions in the link and post in the other forum going forward.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Second logo in header section’ is closed to new replies.