kaski2
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] How to reduce space below blog title- evolve?Have a look at line 26-31 here:
http://snag.gy/acXxX.jpgForum: Themes and Templates
In reply to: [evolve] How to reduce space below blog title- evolve?For me it looks like you didn’t get the text right.
You needh1.entry-title {}after:.content { padding-top: 0; }Then it should be like this:
.content {
padding-top: 0;
}
h1.entry-title {}
div.entry-content {
padding-top: 0px;
margin-top: 0px;
}Did that help?
Forum: Themes and Templates
In reply to: [evolve] How to reduce space below blog title- evolve?I am back already…Glad that you fixed the first issue 🙂
Did you figure out what to do with the first gap in your Custom CSS, or did you install the Custom CSS Manager Plugin?
I gave someone in our organisation access to our admin, and he fixed it through the Custom CSS Manager Plugin Settings. This is what he wrote in the email to me: (I google translated into English)Short explanation:
opened
“Custom CSS Manager Plugin Settings”
and wrote the following:
(what is between / * and * / are comments)h1.entry-title {} / * This is Article headlines on the news etc. * /
div.entry-content {/ * These are the boxes the articles are on pages * /
padding-top: 0px;
margin-top: 0px;
}It is thus the bottom four lines that did the trick
Does it help you?
Forum: Themes and Templates
In reply to: [evolve] How to reduce space below blog title- evolve?Hi 4fold6.
For reduce space between the menu and the blog title, look for this in the support: Reduce space between header and content in evolve –
http://wordpress.org/support/topic/reduce-space-between-header-and-content-in-evolveI got help with the space below blog title, but I can look trough my emails tomorrow (norwegian time) and see if I can fin the explanation. OK?
Forum: Themes and Templates
In reply to: [evolve] Reduce space between header and content in evolvewas my screenshot ok?
Forum: Themes and Templates
In reply to: [evolve] Reduce space between header and content in evolveForum: Themes and Templates
In reply to: [evolve] Reduce space between header and content in evolveForum: Themes and Templates
In reply to: [evolve] Reduce space between header and content in evolveThat didn’t work 🙁
Forum: Themes and Templates
In reply to: [evolve] Reduce space between header and content in evolveI have the same issue with the space between the title and the picture on the home(first)page. The blog section. Can I use the Custom CSS Manager there as well?
Forum: Themes and Templates
In reply to: [evolve] Reduce space between header and content in evolveYOU’RE A GENIUS!!!! Thank you soooo much!!!
Forum: Themes and Templates
In reply to: [evolve] Reduce space between header and content in evolvehome.
And also the text shows up in the left cornerForum: Themes and Templates
In reply to: [evolve] Reduce space between header and content in evolveI’ve messed it up again now, and I see that when I put the “code” you sent me in the very end/bottom of the css it is only messing up the slide-area
Forum: Themes and Templates
In reply to: [evolve] Reduce space between header and content in evolveHmmm…that didn’t work out. First I tried at the bottom of the “Custom css”, but then the whole site was messed up.
Then I tried right under the .content-bottom {background:#353535;border-color:#303030; }
But then nothing happened…Any suggestions for what I am doing wrong?
Forum: Themes and Templates
In reply to: [evolve] Reduce space between header and content in evolveForum: Themes and Templates
In reply to: [evolve] Reduce space between header and content in evolveThe whole custom css?