• Hey everyone!
    I am trying to get the logo on my website bigger, and I have looked on here and nothing seems to be working. I’m using the theme Bouqitue which came preinstalled. I am hosted with godaddy, not sure if thats an issue. I’d also like to add that I have resized the image several times with photoshop. Its still not getting bigger.

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • I would suggest to check your theme settings to see if you can disable the theme’s sticky functionality. Perhaps there’s a way to set the logo image larger (it looks like the theme uses a small logo and a large one). or you can as well try this
    From what I can see when I check your site, the logo is made smaller due to the theme’s default functionality. Basically, the theme already makes your header sticky (and controls the size of your logo), so at this point, you’re using two different methods on the same header.

    You can override this by adding this to your CSS:

    .top_panel_fixed .top_panel_wrap .logo_fixed {
    display:none;
    }

    .top_panel_fixed .top_panel_wrap .logo_main {
    display:block;
    }

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    It looks like your theme is setting the logo to a cropped image.

    See https://cldup.com/u_UNHwGrvVr/HqFhhG.png

    I recommend asking at https://wordpress.org/support/theme/storefront#new-post so the plugin’s / theme’s developers and support community can help you with this.

    Thread Starter themerrymarket

    (@themerrymarket)

    Hey there @eretu12!
    I tried that, and I put it in the Additional CCS under the Customize tab, and it didn’t work.
    http://prntscr.com/hcxtsa

    Thread Starter themerrymarket

    (@themerrymarket)

    Hey there @sterndata!
    Should I just copy and paste this thread into it (The top part what I wrote before)

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Trying to Make Logo Bigger’ is closed to new replies.