Gitominoti
Forum Replies Created
-
Forum: Themes and Templates
In reply to: HELP!!!!!! Problem with Twenty Eleven backgroundLooks like your client is using an older version of IE. You have to make sure your site works in all browsers
Forum: Themes and Templates
In reply to: [raindrops] [Theme: raindrops] Footer Image won't uploadFind the .css file that has your footer styles in it. Change:
background: #colour; /* replace colour with the hex code */To:
background-image:url(images/footer-bg.jpg) repeat; /* replace footer-bg.jpg with your filename*/Forum: Themes and Templates
In reply to: Sticky Footer HelpThere is no support for this theme as it is free
You have to make the wrapper size bigger. Go into the original theme, and look at how wide the wrapper is. Then make a new #wrapper {} in your child theme’s style.css and raise that number until it lines up. This will also line the left side up with the menu.
If that doesn’t work, try decreasing the padding in the wrapper
Forum: Themes and Templates
In reply to: Best Theme for EcommerceI’d suggest looking here then
Forum: Themes and Templates
In reply to: Quick Question (Logo Aligning)I fixed it. It turns out the body was larger than 920px because I had 30px padding in it. So I just changed the width to 980px; in the header {}
Forum: Themes and Templates
In reply to: White Space BELOW MenuCan you post your style.css code?
Forum: Themes and Templates
In reply to: Best Theme for EcommerceFree or Premium? These two are free
http://portfolio.icreativelabs.com/free-wordpress-e-commerce-theme-kelontong/
Forum: Fixing WordPress
In reply to: Trouble creating a table on a pageThat doesn’t raise the text though. That changes the width of the cell. I tried adding a line for height, but that didn’t change anything
Forum: Fixing WordPress
In reply to: Trouble creating a table on a pageNeither of those fixed the problem either
Forum: Fixing WordPress
In reply to: Trouble creating a table on a pageThat doesn’t fix it