Jummul
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Manipulate margins around photos in a postI am very much so.
Forum: Fixing WordPress
In reply to: Grid-style post gallery per categoryPretty Young Thing.
I’ve tried ALOT. Too much to mention. All the available plugins, all the guides you find when googling for “grid category wordpress” and the likes and even all the page templates I could find across Github.
Forum: Fixing WordPress
In reply to: Header behond navigationNevermind. Solved it myself with youtube tutorials and website tutorials. Pretty easy actually.
I watched this tutorial first:
https://www.youtube.com/watch?v=5oS0heHEQjwAfter I drew my ribbon I added the following to #subnav { (which is my themes navigation div)
position: relative;
top: -100;Then I started adjusting the negative top value until it landed on my ribbon.
If it doesn’t, google for z-indexes.
The result?
Forum: Fixing WordPress
In reply to: Unable to remove excessive line breaksI did. But it appears it doesn’t have anything to do with that. The curious case is that the excessive white space dissapears when I visit the website through google translate.
Forum: Themes and Templates
In reply to: Disable Post Excerpts on Genesis FrameworkNo I haven’t. Can’t login because I’m not the one who bought the theme. I took over a blog from someone else.
Forum: Themes and Templates
In reply to: Remove Thematic bordersSo at the bottom of my stylesheet I’d put:
<div id=”access”>
{
border:0px;
}?
Forum: Themes and Templates
In reply to: Remove Thematic bordersThanks!
With my lack of webdesign knowledge you’ll have to be a tad more specific though.
Where do I put what?
Forum: Themes and Templates
In reply to: Stylesheet.css seem disfunctionalWhere did you download this theme from?
https://wpcom-themes.svn.automattic.com using Versions for Mac
It worked until now.
Shouldn’t the stylesheet.css be responsible for all the changes in looks? Replacing the theme’s stylesheet.css with a mint (!) stylesheet.css (from two months ago, the original) changes nothing.
(I clear my cache)
Forum: Themes and Templates
In reply to: Stylesheet.css seem disfunctionalThanks for the advice, but that’s not the problem.
Let’s say that for whatever reason I have, I want to stick with editing the style.css. (crappy knowledge of CSS, for instance).
Editing the background color doesn’t work, and that’s a problem (especially considering it did work two months ago). I want to know the origin of the problem and fix it.
If I’d want to tweak the look of my website, normally I’d
1. Head to Appearance -> Editor
2. Open up style.css (Stylesheet under Styles)
3. scroll down to} body { background: #000000;
4.Edit the color
5. Save and open the website, and see the difference.Why doesn’t this work anymore?