Problems after update to Optimize 0.4.6 version
-
After update of Optimize theme from 0.4.4 to 0.4.6 version I got many problems:
– Text of header’s tagline: disappeared
– Static slide content in slider front page: dramatically increased vertical distance between text raws (too far from each other)
– About from page widgets: dramatically increased vertical distance between pre-heading, heading and content elements (too far from each other)
– Footer widget: dramatically increased vertical distance between title and content.It seems that part of CSS code set in theme’s custom code field is not recognised any longer.
Web site: https://www.artificiocooperativa.com/
CSS code set in theme’s custom code:
/* Head Inner */
.head_inner{padding-bottom: 20px;}
/* Site Title and Tagline */
.logo h1 a, .logo h2 a{font-weight: 500; text-transform: uppercase; line-height: 0;}
span.desc{font-size: 20px; font-weight: 600; text-transform: uppercase; opacity: 1; line-height: 0;}
/* Menu Frontpage */
#topmenu ul li a{font-weight: 700;}
/* Menu Not Frontpage */
/* Frontpage Slider Text */
.stat_content_inner{font-size: 125%;}
/* About Widgets */
.about_pre{}
.about_header{font-size: 48px; font-weight: 700;}
.aboutblock{padding-top: 60px; padding-bottom: 20px;}
/* Blocks Widgets */
.midrow_block h3{font-size: 1.1em}
/* Page Header */
.page_head{min-height: 0px;}
.page_head h1, .page_head a{font-weight: 600; font-size: 34px;}
#content{margin-top: -60px;}
/* Footer Widgets */
#footer .widgets{padding: 0px 0px;}
/* Footer Copyright */
.copytext{line-height: 1em;}CSS code set in Simple Custom CSS plugin:
.not_frontpage #topmenu ul.menu>li:hover:after {
background-color: #555555;
}
- The topic ‘Problems after update to Optimize 0.4.6 version’ is closed to new replies.