Sunday, 20 December 2015 20:24

JSN-Vintage

Written by

Menu

/* footer div menu fix */
ul.menu-divmenu {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
ul.menu-divmenu li {
    display: inline-block;
}

 

/* footer div menu fix */
ul.menu-divmenu {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
ul.menu-divmenu li {
    display: inline-block;
}

 

/* fixes footer menu getting the word 'menu' getting attached */
.jsn-menu-mobile-control, ul.menu-topmenu .jsn-menu-mobile-control {
	display: none !important;
}

Slider

/* remove gap under slider - on homepage - if needed */
.jsn-homepage #jsn-promo-inner {
	background-repeat: repeat-x;
	background-position: left bottom;
	height: auto;
	padding-bottom: 10px;
    z-index: 100; 
}

 

/* frame-1a with frame-correction in content-top jsn_vintage */

/* Double Grey Border and 3D Shadow */
.frame-1a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent -moz-linear-gradient(center top , #fafafa, #dddddd) repeat scroll 0 0;
    border-color: #c9cbcd;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 1px 2px;
    box-shadow: 0 8px 6px -6px black;
    display: inline-block;
    outline: medium none;
    padding: 4px;
    transition: all 300ms ease-out 0s;
}
/* main slider correction - add this to the slider module class suffix  */
.frame-correction {padding-top: 10px;}

 

 

 

Read 1212 times Last modified on Friday, 27 January 2017 09:10