Archived topic
Woocomerce header problem
11 replies · Started by Artur on May 21, 2021
Hi there,
can you try clearing your browser caches - as the Header and Add to Cart Panel are working for me.
Let me know
Clear cache and still have that issue
and price product near basket in the same line not under? what I need to put in css?
Hi Artur,
The header works for me as well, did you clear your BROWSER cache?
https://www.screencast.com/t/EIQudfJkejf9
and price product near basket in the same line not under? what I need to put in css?
Not sure I fully understand your question here, can you tell me what are you trying to achieve exactly?
Let me know :)
if I turn on add to basket in product page don't see header.
Price with basket icon on the same line how to make it?
I'm not seeing the header issue.
Not sure what's up with the price/icon, can't reproduce it on my end.
However, this CSS should fix it for you:
.menu-bar-item .cart-contents {
display: flex;
align-items: center;
}
.menu-bar-item .cart-contents .amount {
padding-top: 5px;
}
I put your css and have still problem on mobile
Here's what I'm seeing: https://www.screencast.com/t/hKvrSerkLmee
Have you tried clearing your browser cache/any caching plugins?
I back to native woocomerce search, before I try to put there fibo search.
Hi Artur,
Have you got this sorted?
I don't see any specific issue on my end as shown here - https://share.getcloudapp.com/geugjKmX
Let us know. :)