imonucker
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I get rid of horizontal white bar on wordpress site?I managed to do it!
I logged in via the server and edited the all.css file and it now works!
I changed:
body.no-header-sidebars.no-page-header .page-wrapper, body.no-header-sidebars.no-page-header .page-wrapper > .ajax-result {
padding-top: 60px;
}to
body.no-header-sidebars.no-page-header .page-wrapper, body.no-header-sidebars.no-page-header .page-wrapper > .ajax-result {
padding-top: 0px;
}Thanks so much for your help!
Forum: Fixing WordPress
In reply to: How do I get rid of horizontal white bar on wordpress site?How do I refresh that cache?
How do I disable it?
And how do I access all.css – do I have to go through the server, or can I do it through the wordpress theme?
Forum: Fixing WordPress
In reply to: How do I get rid of horizontal white bar on wordpress site?Thanks for the quick response. Sorry for the n00b question.
If I go into Appearance -> Editor -> and then click on Stylesheet (style.css), and then put in the text you suggested, it doesn’t get rid of the white bar. Any ideas on what I’m doing wrong?
On the style.css page, all there is on it is:
/*
Theme Name: Church & Event
Theme URI: http://church-event.vamtam.com
Text Domain: church-event
Description: WordPress Theme with powerful back-end framework.
Author: Vamtam
Author URI: http://vamtam.com
Version: 18
License: Envato
License URI: http://themeforest.net/licenses/regular_extended
Tags: blue, brown, green, pink, white, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, post-formats, theme-options, threaded-comments, translation-ready*/
Do I need to edit one of the .php files listed on the right hand side, or am I doing something completely wrong?