I'm happy with everything in the sideboxes being centered apart from the bestsellers - can this be aligned left? http://www.skateboardstickers.co.uk/
I'm happy with everything in the sideboxes being centered apart from the bestsellers - can this be aligned left? http://www.skateboardstickers.co.uk/
Admin > Tools > Layout Boxes Controller
look for Box Name: best_sellers.php click edit, then Location: (Single Column ignores this setting) set to Left
You may need to adjust your sort order
monkeytastic means to align the text left in the sidebox, not the location of the sidebox, text is currently centered
Last edited by frank18; 9 Apr 2010 at 12:55 AM.
No he hasn't - it doesn't work!
any other ideas?
ROFLMAO![]()
Come on Frank, step up again![]()
Your template is highly customized, and has eliminated all standard identifiers from the main structure. It is entirely composed of anonymous tables until you get to the lower content level, and the div that holds the sideboxes has an inline attribute of align="center". This is a very poorly constructed template, and a lot of work went into mucking it up.
Add to your stylesheet (doesn't really matter which one, though for clarity I would stick it in the betterCategories one):
Code:.betterBestsellers {text-align: left;}
gjh42 - thanks, that's working great now.
I recently paid a company $199 for a custom design and wish I didn't - There has been a lot of emailing back and forth with problems needing to be fixed. I'd have been better off sticking to learning how to do it myself. I've had to change alot of it myself since it was "redesigned".
I'm now trying to align the shopping cart sidebox to the left. Could you please help me with that. An couple of items would have to be added to the shopping cart for you to be able to see the sidebox.
You were close. The last statement in stylesheet.css should be:
#shoppingcartContent {text-align: left;}
That's an id, not a class, so it's # rather than .
Also, CSS is case-sensitive.