George Holland
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cloud Storage and Woocommerce@corusx Thank you. Google Drive did the trick.
Forum: Reviews
In reply to: [Landing Page Builder - Free Landing Page Templates] Too Limited!Hi Web-Setter,
Thank you for the offer, but while searching the Internet, I found a plug-in that let’s me do everything I need on a blank page with drag and drop components. Due to your quick response and offer to refund my purchase price if I’m not happy, I have changed my review rating. I can’t take you up on your offer, because I have already designed my landing page and am halfway through my welcome mat. But, thanks anyway.
Forum: Themes and Templates
In reply to: Page background covers background imageHi jdihn,
Your code did the trick. All I had to do was change the width: from 100% to 75% and I could see enough of the background image tiles to make me happy.
BTW – you were also right about changing the color of the site background. What I didn’t realize is that if the background image is tiled, the color of the site background can’t be seen.
Finally, testing on an iPAD mini and iPhone 6 was responsive, so I am gtg.
You so cool!!
Your post is a month old, so you may no longer need this.
Try the following. You can adjust the width to your liking. I checked this on an iPAD Mini and an iPhone 6. It moved some items on a tabbed list, but that was all, and easy to fix..site {
width: 85%;
margin: 0 auto;
}.site-main {
max-width: 100%;
overflow: hidden;
}Forum: Themes and Templates
In reply to: Page background covers background imageHi jdihn,
I may not have made my request clear. When I added your code to the style.css, the page background expanded so that none of the site background could be seen…just the opposite of what I wanted. I suppose I can dink around with the width % and the margin size to change the page background to what I need. So, thank you for that suggestion.
Also, for some reason, I go to Appearance>Customize>Colors and can change the color of the page background, but not the site background. I’ll try to find some style.css code to do the trick.
Thanks for your help.