Lou Sparx
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theme help?Would you mind pointing out which style isn’t applying?
Forum: Themes and Templates
In reply to: Make WordPress widgets become standard in a themeIf your right column sidebar is right.php, than I suppose you’d have to manually copy/paste the widget code into that.
Try it with some basic code first to see the outcome ie..
HEADER </H3>
ORDERED LIST
etc..Forum: Themes and Templates
In reply to: my header is too big!!!Please provide link or working demo with the same problem.
Forum: Themes and Templates
In reply to: Logo Missing….You have the logo/H1 text indented -999px.
Remove either the H1 or the indent and you’re golden 🙂
Forum: Fixing WordPress
In reply to: Looking for somethingYou could always style your ordered lists (class= OL) with CSS. Go through stylesheet and look for OL and add a fancy or colored font to your liking. Or just search the plugin directory for “fancy lists” etc..
Hi, look in stylesheet for the class children. Post here with the style it lists (margin/ borders etc..) and I’ll correct it for you to give you your line breaks before the parent page 🙂
I’d much prefer the look if you changed the red dotted border to 1px solid #eee as this will make the parent page look more like links and NOT headers.
Let me know what you think.
Forum: Fixing WordPress
In reply to: Page Image QualityCheck input, textarea in CSS and remove border and background. But, the problem is the code as I think it’s creating a WordPress form.
Forum: Fixing WordPress
In reply to: Looking for something“Top” of what? Please explain what you mean by top so we can help further.
Forum: Fixing WordPress
In reply to: Get Download after Submiting EmailYou need an auto-responder ie.. MailChimp or Getresponse. Both have a free version but search the plugin directory for a free plugin.
Forum: Themes and Templates
In reply to: How to remove white space on left and right of header?OK,
-
Remove WIDTH and PADDING from WRAPPER.
Add WIDTH: 100%; to MENU.
Add WIDTH: 940px; to MAIN.
Adjust header image to fit/width.Let me know how it goes 🙂
Cool, regarding the parent page we can use padding again but first need to establish the code representing the parent.
Can you point me to your your site or a theme demo?
Forum: Themes and Templates
In reply to: How to remove white space on left and right of header?My guess would be to move the header above the wrapper in index.php and go from there. Also change the header/menu width to 100%.
I’ll download 20-10 and see if I can help further.
To offset the border (top or bottom) u can try padding:
#sidebar .page_item a{
font-weight:bold;
line-height:1.5;
padding-bottom: 8px;
border-bottom: 2px dotted red
}If this has no affect maybe the line-height is part of the problem in which case remove it to test.
P.S. use border: 0; instead of border: none; 😉
Forum: Themes and Templates
In reply to: How to remove white space on left and right of header?Try:
#wrapper {
background: #FCFCFC;
margin-top: 0px;
padding: 0px !important;
}and report back with results. My guess is the header has its own padding. Could you point me to a demo or the url with the problem?
Forum: Themes and Templates
In reply to: What theme is this and where can I get it?Lifestyle theme. Very heavy. I think you can find lighter themes with the same layout.