kirkwinstanley
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Color change only works on specific pageThanks Steve.
Forum: Fixing WordPress
In reply to: Color change only works on specific pageAh, i understand. Does the !important mean it retains its value?
Many thanks!
Kirk
Forum: Fixing WordPress
In reply to: Move sidebar to leftI managed to dig out a solution to this problem. If anyone needs it I used the simple CSS code:
#primary { float: right; } #secondary { float: left; }[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
- This reply was modified 8 years, 6 months ago by bdbrown.
Forum: Themes and Templates
In reply to: [FreeStore] Move sidebar to leftI managed to dig out a solution to this problem. If anyone needs it I used the simple CSS code:
#primary {
float: right;
}#secondary {
float: left;
}Forum: Fixing WordPress
In reply to: Move sidebar to leftHi Michael,
Thanks for the reply. I did post it there and then realised that there are very few posts in that forum and those that are there often don’t get a response. I also thought this might be a more generic thing to solve rather than specific to Freestore. The CSS code i mention was from a generic forum.
I’m new to this and any advice on how best to get an answer would be much appreciated…
Thanks,
Kirk.