Hi!
I’ve updated the theme after a while and I noticed my website logo is missing, the top bar is HUGE.
I’m having some other problems with some widgets from siteorigin that dissapeared (the image widget seems to be missing) but that could be repaired with some time.
Here’s the website:
http://www.sfilters.com/catalogo/
Here’s how it used to be:
Here’s the custom CSS code I have:
/* Enter Your Custom CSS Here */
/* Centering the employee-photo Custom and setting width*/
.employee-photo {
display: block;
margin: 0 auto;
max-width: 150px;
}
/* Custom Reducing space between widgets */
.panel-grid-cell section {
padding: 40px 0;
}
/* Changing submenus Custom Widht font */
.main-navigation li ul li a {
font-size: 20px;
}
/* Setting the logo Custom width */
.site-logo {
max-width: 200px;
}
/* ANULED Setting the Menu Custom Padding while scrolled */
@media screen and (min-width: 992px) {
.is-sticky .main-navigation li {
padding: 30px 10px;
}
}
/* Setting the Menu Custom Padding */
.main-navigation li {
padding: 50px 10px;
}
/* Setting Flags Custom position */
.op6 {position:fixed;right:10px;top:1px;z-index:9999;}
::selection {
background:#86d2f1;
color:#FFF;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
background-color: #01adf1;
padding: 10px 20px;
font-family: 'Roboto Condensed', sans-serif;
font-size: 16px;
text-transform: uppercase;
color: #fff;
box-shadow: 0 5px 0 #FFFFFF;
border-radius: 5px;
font-weight: 700;
border: 0;
}
.page-id-282 .site-footer {
width: 100%;
position: absolute;
bottom: 0;
}
.page-id-85 .site-footer {
width: 100%;
position: absolute;
bottom: 0;
}
#frame { /* Example size! */
height: 400px; /* original height */
width: 100%; /* original width */
}
#frame {
height: 500px; /* new height (400 * (1/0.8) ) */
width: 900PX; /* new width (100 * (1/0.8) )*/
transform: scale(0.8);
transform-origin: 0 0;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 16px;
color: #2F4F4F !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
h1 {
text-align: center;
color: #01adf1;
}