Tagged: x
-
AuthorPosts
-
November 7, 2016 at 8:29 am #1247113
elonParticipantWordPress 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;
}November 7, 2016 at 9:06 am #1247159
ThaiModeratorHi There,
Please add the following CSS:
.woocommerce-cart .x-main.full { padding: 60px }Hope it helps 🙂
November 7, 2016 at 9:12 am #1247168
elonParticipantYes that’s great! Thank you 🙂
November 7, 2016 at 9:24 am #1247189
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1247113 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
