Colby Ross
Member
Posted 1 year ago #
Hello, if you load this page...
http://www.ios-source.com/jailbreak
You see that when you load the page, where it says the title "To begin jailbreak, choose your device:", right under that it adds extra space. When the page is loading, it looks normal, but one the page has completely loaded, it seems to add some extra space. What I want to do is remove that extra space, and make it always look like the way it is while the page is loading.
I've tried Firebug, but can't seem to figure out how to fix the issue at hand.
Thanks in advance.
You can change margin here
http://www.ios-source.com/wp-content/themes/custom/cache/gzip.php?template-355617b4.css
looks like this a cache file switch off Cache to see what file you need to make change needs to in style.css
h1, h2, h3, h4, h5, h6 {
margin: 25px 0 15px;
}
Colby Ross
Member
Posted 1 year ago #
I did a search of my theme folder, and found that inside base.css, so I changed it to margin:25px 0 15px, and it did nothing. What am I doing wrong?
You will need switch off cache as looks like loading cache
Colby Ross
Member
Posted 1 year ago #
I turned off cache, and it did nothing. Turned it back on...
switch off cache make the change in base.css and ten reset your cache
Colby Ross
Member
Posted 1 year ago #
It did nothing. By the way, I have it so that the administrator doesn't get cached content.
[duplicate topic: http://wordpress.org/support/topic/how-do-i-remove-extra-space-between-page-title-and-page-content?replies=1 - continue with your original topic - closed]