Home Forums Weaver Xtreme Theme Weaver Site Logo/HTML:

Topic Resolution: Answered
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #76852
    Answered
    ROBIN
    Participant

    In the Header area there is a place for the Site Logo to be added over the header image.

    On Desktop this looks really nice, but it doesn’t seem responsive for Mobile.  The image doesn’t reduce.

    Is there something I am missing?  I see that I can hide it on Mobile and the may be what I end up doing.

    The website is 2GoodsWildFootRVPark

    Thank you in advance for any help you can provide.

    #76855
    User
    Moderator

    @Robin

    Have you just upgraded to Weaver Xtreme Plus plugin V7.0, or is this issue from the previous version(s)?

    #76859
    ROBIN
    Participant

    I have never used this option before so I don’t know how it responded prior, but here what

    I am using:
    <h2>Weaver Xtreme 6.7 Options – Plus ( 7.0 )</h2>

    #76860
    User
    Moderator

    @Robin

    Thank you Robin.

    Can you please try to revert to the previous version of Plus and let us know what happens?

    (At the moment, @Weaver is working to fix an known issue with Weaver Xtreme Plus plugin V7.0)

    Or perhaps try this:

    @media screen and (max-width: 767px) {
    #logo {
    max-width: 80%;
    display: block;
    }
    }
    #76863
    User
    Moderator

    @Robin

    I guess by the silence the previous did not work.

    May I suggest:

    Add this CSS:

    .site-logo img,
    .custom-logo,
    .custom-logo-link img {
    max-width: 100%;
    height: auto;
    display: block;
    }

    If the logo is still too large, then change container width:

    .site-logo,
    .custom-logo-link {
    max-width: 220px; /* adjust as needed */
    width: 100%;
    }

    And add a media query:

    @media (max-width: 768px) {
    .site-logo,
    .custom-logo-link {
    max-width: 160px;
    }
    }
    #76864
    ROBIN
    Participant

    Thank you for your help!  I can’t seem to get any of these to work.

    I am not stressed about this right now, so I am happy to wait to see if the update fixes it.

    I truly appreciate your effort!

    #76876
    Weaver
    Keymaster

    The logo HTML looks like:

     

    <img width=”64height=”64src=”https://URL/wp-content/uploads/2026/02/7_64x64.pngclass=”custom-logoalt=”Weaver Xtreme 7” />

    I don’t know offhand if the .custom-logo class can override the 64×64 size or not – but as it stands the logo will be 64×64 on all devices.

    #76973
    Best Answer
    scrambler
    Moderator

    This reply has been accepted as the best answer.

    @ROBIN Add the rule below to the theme global Custom CSS

    #site-logo {width:25%;}

    If that does not make it scale when you shrink the browser past the width where the mobile menu appears, leave the rule in and post back, so I can see if the rule is really there (we had problem in the past where the rule you said you added where not showing up…)

    DO clear all caches

    #77147
    ROBIN
    Participant

    @Scrambler That worked great.  You are very much appreciated!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.