Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1247113
    elon
    Participant

    WordPress 4.6.1 running X – Child Theme theme. X Version: 4.6.4 Cornerstone Version 1.3.3

    Hi, please go here http://arcon2.com/basket/ the basket page padding doesn’t seem to be working? How do I add padding to the basket page ?

    Thank you

    Noel

    My custonm Css is
    .site, .x-logobar {
    background-color: transparent;
    }
    .site > .x-container.max {
    background-color: #f6d8c0;
    }
    .x-navbar {
    background-color: transparent !important;
    border: 0;
    }
    .x-logobar{
    background-color: transparent !important;
    }
    ::-webkit-input-placeholder { color: #FFCCC00; }
    :-moz-placeholder { color: #FFCCC00; }
    ::-moz-placeholder { color: #FFCCC00; }
    :-ms-input-placeholder { color: #FFCCC00; }

    textarea, input[type=”text”], input[type=”password”], input[type=”datetime”], input[type=”datetime-local”], input[type=”date”], input[type=”month”], input[type=”time”], input[type=”week”], input[type=”number”], input[type=”email”], input[type=”url”], input[type=”search”], input[type=”tel”], input[type=”color”], .uneditable-input {
    background-color: lightgrey;
    border: 1px solid black;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(255, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    }
    .site > .x-container.max {
    background-color: transparent !important;
    }
    .archive p.p-landmark-sub {
    display: none;
    }
    .archive .h-landmark {
    display: none;
    }
    .single-post .entry-header {
    display: none;
    }

    #1247159
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .woocommerce-cart .x-main.full {
        padding: 60px
    }

    Hope it helps 🙂

    #1247168
    elon
    Participant

    Yes that’s great! Thank you 🙂

    #1247189
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1247113 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>