chopping cart menu style problem

Home Forums Legacy Support Support queries Styling issues chopping cart menu style problem

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #135101
    cglicence
    Spectator
    2 problem here i have 1- buttons not in same row 2- gray rectangle was out of blue, a bit in left side
    #135119
    Diana
    Participant
    @cglicence, Please Go to wp_admin -> Appearance -> customize -> custom css and paste the below given css in the editor .home.page-template .woocart .buttons {margin-bottom: 2px;} .home.page-template .woocart .buttons .button {letter-spacing: 0px;} p.woocommerce-mini-cart__buttons.buttons {margin-right: 2px !important;}
    #135189
    cglicence
    Spectator
    Gray area fixed, but button still have the problem as old
    #135190
    cglicence
    Spectator
    Also the price should be left side, its right side, total price
    #135267
    Diana
    Participant
    @cglicence, Remove this css from your editor .home.page-template .woocart .buttons {margin-bottom: 2px;} .home.page-template .woocart .buttons .button {letter-spacing: 0px;} paste below given css in the editor .sleek .woocart .buttons .button {padding: 7px 6px;} .sleek .woocart .woocommerce-mini-cart__total .amount {float: left;} .sleek .woocart .woocommerce-mini-cart__total {text-align: right;}  
    #135277
    cglicence
    Spectator
    This reply has been marked as private.
    #135429
    Diana
    Participant
    @cglicence, Remove this code from the editor .sleek .woocart .buttons .button {padding: 7px 6px;} p.woocommerce-mini-cart__buttons.buttons {margin-right: 2px !important;} Paste this one in your editor. .sleek.transparent.fix .woocommerce-mini-cart__buttons.buttons a.button.wc-forward {padding: 7px 3px !important;} .sleek.transparent.fix .woocommerce-mini-cart__buttons.buttons {margin-right: 0px !important;} refer : http://prntscr.com/h8j9iv
    #135460
    cglicence
    Spectator
    Fixed, thank you.
    #135462
    Diana
    Participant
    @cglicence, I am closing the topic.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘chopping cart menu style problem’ is closed to new replies.