Jump to content

Cart Block on DisplayTop, float right with no SearchBox


Recommended Posts

Hello,
Here my url:
https://www.totemcams.com/shop/en/
It uses default bootstrap. When there is no SearchBox in Display Top, I cannot adjust to the right the Cart Block in DisplayTop.
My blockcart.css starts with

#header .shopping_cart {
    float: right;
    padding-top: 50px;
    position: relative;

I could adjust the Cart Block to the right with:

#header .shopping_cart {
   left: 31em;
   padding-top: 0;
   position: relative;

... but then the page is not responsive. In an Android the Cart Block would be out of margin.

 

Any ideas?

 

Link to comment
Share on other sites

×
×
  • Create New...