Jump to content

Can't Find My Cart - Not Even Using Live Edit


Recommended Posts

OK.. sorry can't figure out what u mean by "reset".. I disabled and enabled it.. here is what the position blocks look like.  Honestly I remember doing something a few days ago to keep customers from clicking on purchase or buy link.  Because I only want to show people what's coming as a teaser.. didn't want them to try shopping.

 

I'm trying to use chrome's developer tools and compare with prestashop demo

 

I can't figure this out

 

a

post-1108569-0-73084500-1451171001_thumb.png

Link to comment
Share on other sites

This is the code I found in my files themes/default-bootstrap/sass/modules/blockcart/blockcart.scss that is not the same as when comparing to demo

 

#header .shopping_cart {
    position: relative;
    float: right;
    padding-top: 50px;
    > a:first-child {
        &:after {
            content: "\f0d7";
            font-family: $font-icon;
            display: inline-block;
            float: right;
            font-size: 18px;
            color: #686666;
            padding: 6px 0 0 0;
        }
    }
    > a:first-child:hover {
        &:after {
            content: "\f0d8";
            padding: 4px 0px 2px 0px;
        }

 

This is the demos

 

media="all"
#header .shopping_cart {
  1. position: relative;
  2. float: right;
  3. padding-top: 50px;
}
.shopping_cart {
  1. width: 270px;
}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...