Site icon Catch Themes

after updating theme to version 1.4 my main pages header is wacked out

hi, i currently have SimClick ProVersion: 1.2.9. i'm a few version behind the latest version of 1.4 however due to the fact that after i updated in the past as well as present, the header on my main page gets weirded out. its not at all like it was prior to the upgrade. please refer to exhibits A and B by following this dropbox link: https://www.dropbox.com/sh/yrkhq8ge6f34qc0/AADif2X5jAxKpSflREhQcy91a?dl=0 my website url is www.worldofchaldea.com i have downloaded the latest release version and tried installing over the old one but that doesn't seem to help either. i have also copied out and replaced my modified CSS customization - i need this and if its helpful have provided it below... not sure if it is the cause of my issues or not but more information the better i do know i spent time with your help in the past customizing my main page header. /* site title highlight color */ .site-title a:hover, .site-title a:focus { text-decoration: none !important; color: #1e49bf !important; } /* reduce padding between page and banner */ #content .wrapper { padding-top: 0; } /* search bar color */ .search-field { background:#fff !important; } .scroll-down { color: white; } /* no posts on mainpage */ .home #content { display: none; } /* makes our logo bigger! */ .custom-logo-link { max-width: 200px !important; } /* center text header */ #main .hentry .entry-header { text-align: center; } /* no dates on page */ .entry-meta .posted-on { display: none; } /* To remove all page titles except Homepage titles */ body:not(.home) .custom-header .entry-title { display: none; } /* To hide page titles */ .page #content .entry-title { display: none; } /* disable header media overlay on other pages except homepage */ .site-header-logo { display: none; } /*lock header images */ .site-header-logo img { max-width: 400px; } .custom-logo { max-width: 100px; } .custom-header::before { background-image: unset; } .custom-header-media img { display: block; } .custom-header-content { position: absolute; } .custom-header { height: 100%; } .custom-header { min-height: unset !important; } img.alignleft { margin-right: 5px; margin-bottom: 2px; } /* center banners on all pages */ .custom-header { justify-content: center; } /* Remove title from home page */ .home #content article .entry-title { display: none; } /* Black Header on Homepage */ .entry-title { color:#000000 !important; } /* scaling featured content*/ .featured-content-section .post-thumbnail img { transform: scale(0.9); -o-transform: scale(0.9); -moz-transform: scale(0.9); -webkit-transform: scale(0.9); width: 100%; } /* Show scroll down arrow on all pages, not just home */ body:not(.home) .custom-header .scroll-down { display: block; } thanks
Exit mobile version