-
AuthorPosts
-
February 26, 2014 at 8:29 pm #229753
Hello.
I use a template Enfold.
After a recent update to version 2.5 I have a problem with formatting the bottom of the page on one of the sides.
http://plan2.pl/o-nas/February 26, 2014 at 10:48 pm #229792Hey qeeqac!
Please try deactivating all active plugins and check if that helps.
Regards,
YigitFebruary 26, 2014 at 11:07 pm #229804Hey Yigit.
I try deactivate all plugins. No better.
This is my costume css:.logo {
margin-top: 14px;
}
.header-scrolled .logo{
margin-top: 0;
}
.page-id-2539 #av_section_2 .template-page.content.twelve.alpha.units {
padding: 20px 0;
}
.avia-icon-list-container {
margin-bottom: -20px;
margin-top: 10;
}
.function mytheme_fonts() {
$protocol = is_ssl() ? ‘https’ : ‘http’;
wp_enqueue_style( ‘essentials-opensans’, “$protocol://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin-ext”);
}Page looks better as it adds to the bottom of the page whitespace 120 px.
February 26, 2014 at 11:47 pm #229814Hi!
Please remove following lines from your custom CSS codes
.function mytheme_fonts() { $protocol = is_ssl() ? ‘https’ : ‘http’; wp_enqueue_style( ‘essentials-opensans’, “$protocol://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin-ext”); }
That code should go to Functions.php file and not to Quick CSS or Custom.css file
Regards,
YigitFebruary 27, 2014 at 12:01 am #229821Hi.
I remove this part. No better.QeeQac
February 27, 2014 at 12:55 pm #230049Hello.
I create “whitespace” 120 px to the bottom of page, but problem still is :(
QeeQacFebruary 28, 2014 at 4:55 pm #230673Hey!
Can you check your website once again after flushing browsers cache? It does look fine on my end right now http://i.imgur.com/e1AXKxT.jpg
Cheers!
YigitFebruary 28, 2014 at 6:08 pm #230717Hello
Page is displayed correctly (on the computer) because I fixed the bottom of the display by adding whitespace (120px). This solution does not explain the strange behavior of the page. Unfortunately, on the phone the problem still is visible :(QeeQac
March 2, 2014 at 4:35 am #231179 -
AuthorPosts
- You must be logged in to reply to this topic.