Site logo

Archived topic

Odd display error on two websites

7 replies · Started by Sven on January 11, 2018

Viewing posts 1–8 of 8

Hi there,

This is what my cart and search icons look like in responsive mode on two websites using GP:
https://image.ibb.co/dqFQgm/wtf.png

I've already removed all of my CSS to see if it was causing it but the error persisted. Couldn't find a fix yet, has this ever occured before?

I'm using the before-header hook with this code in it (only visible on phones):
<div id="tx-header-fix"><a href="site-url" rel="home"><img src="logo-url" /></a></div>

I would like to share the link but there's no password field in the form^^

Cheers,
Sven

Hi Leo,

I'm fully updated. Here's the link and a temporary password (site isn't launched just yet).

https://goo.gl/tt1GyV
pass: TEMPPASS

Thanks

That's a 404 :)

Ah, right.

Here you go:

body:not(.mobile-header-logo).nav-search-enabled .mobile-header-navigation .wc-mobile-cart-items,
body:not(.mobile-header-logo).nav-search-enabled .mobile-header-navigation .mobile-bar-items {
    position: relative;
    float: right;
}

body:not(.mobile-header-logo).nav-search-enabled .mobile-header-navigation .wc-mobile-cart-items + .menu-toggle {
    width: auto;
}

Perfect, thanks. Should I remove this fix upon the next update?

Yes, this should be fixed in GPP 1.6 :)

This archived topic is closed to new replies.