/*.............. HOME PAGE TEXT............*/
.entry {
padding: 0px 30px 20px 40px;
}
/*.............. YELLOW BOX in SLIDER ...........*/
.education-pro-blue .sidebar .widget {
border-color:1px solid #c7151b;}
.education-pro-blue .home-top .widget_text {
color:#000;
line-height:1.5em;
padding-top:20px;
font-size:1.5em;}
.education-pro-blue .home-top .wrap, .education-pro-blue .site-header {
border-color: #c7151b;
}
.education-pro-blue .home-top .wrap {
background-color: #fff200;}
/*.............. CONTAINER............
body.custom-background {
border-top: 20px solid #000;
}*/
.education-pro-blue .home-top .wrap, {
border-color: #fff200;
padding-top: 20px;
background-color: #fff204;
}
.education-pro-blue.home-top .widget_text {
color: #000000;
font-size: 15px;
line-height: 1.1;
text-align: center;
}
.education-pro-blue .home-middle
{
padding: 20px 10px 20px;
background-color: #000;
}
/*.............. LEFT SIDEBAR............*/
.sidebar-secondary {
width: 220px;
}
/*.............. RIGHT SIDEBAR............*/
.widget {
margin-bottom: 0px;
}
.education-pro-blue .sidebar .widget-title {
color: #c7151b;
border:none;
}
/*.............. LOGO.............*/
.education-pro-blue .site-header {
height: 150px;
}
.header-image .title-area {
background-color: transparent;!important;
padding: 0;
}
.header-image .site-title > a {
float: left;
min-height: 150px; /*keeps the logo ABOVE slider*/
width: 100%;
background-color:transparent;
}
/*.............. yellow box on home page .............*/
.education-pro-blue .after-entry .widget, .education-pro-blue .home-top .wrap, .education-pro-blue .site-header {
padding-top:50px;
}
.title-area {
box-shadow: none;
}
/*.............. SITE CONTENT.............*/
.site-inner {
clear: both;
padding-top: 60px;
background-color: #fff;
margin-top:20px;
margin-bottom:20px;
}
/*.............. H TAGS.............*/
h2 {
font-size: 20px;
color: #c7151b;
}
/*.............. NAVIGATION.............*/
.education-pro-blue .button, .education-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .education-pro-blue .genesis-nav-menu .sub-menu a, .education-pro-blue .genesis-nav-menu li a:hover, .education-pro-blue .genesis-nav-menu li.current-menu-item > a, .education-pro-blue .home-bottom, .education-pro-blue .widget-area .widget.enews-widget, .education-pro-blue button, .education-pro-blue {
background-color: #c7151b;
}
/*.............. FOOTER.............*/
.education-pro-blue .site-footer {
background-color: #ed1c24;
padding: 15px 0px;
}
.home-top .wrap
@media only screen and (max-width: 768px)
style.css?ver=3.0.2:2514
.home-top .wrap {
margin-left: 5%;
margin-right: 5%;
padding: 40px;
max-height: 300px;
}
style.css?ver=3.0.2:2514
in the css? I tried it with and without the funky code and there was no change.
@media only screen and (max-width: 768px)
style.css?ver=3.0.2:2514
.home-top .wrap {
margin-left: 5%;
margin-right: 5%;
padding: 40px;
}
@media only screen and (max-width: 768px)
style.css?ver=3.0.2:2514
.home-top .wrap {
margin-left: 5%;
margin-right: 5%;
padding: 40px;
max-height: 300px;
}
style.css?ver=3.0.2:2514
? I tried it with and without and neither worked.
@media only screen and (max-width: 768px) {
body {
font-size: 16px;
}
/* Other css here */
.widget-area: padding-top: 18px;
}
@media only screen and (max-width: 768px) {
.widget-area { padding-top: 18px;
}
#text-10 {
width: 100%;
}
Open in new window