Theme “Rainbow” by Henk Vrieselaar functioned perfectly responsive for years
in preview mode and in all browsers.
After changing frontpage photo (I tried several) it is responsive in preview mode,
but NOT anymore after being published!
Is there a RW wizard in the house who can help me out?
Henk used to have comprehensive docs for his themes which I can’t find on the new dev’s site. I think I remember an option or snippet in there to make images responsive. I’ve had a quick look at the demo on http://www.themeflood.com and can’t see a page there with a banner/background image.
The very comprehensive manuals from Henk are part of the theme, so i do have all the snippets and i did use the Alt Tag: flexible.
I was in contact with Henk about this problem and he gave me several tips and
CSS code but we could not solve the problem.
Preview mode shows perfectly responsive, but after publishing it is not responsive anymore in the internet browser.
Thank you for your answer.
The theme IS responsive in preview mode (for all browsers)
After being published the site is not responsive.
So i think the problem is maybe NOT in the theme but in the “transition”
(publishing stage) to the server.
Does that make sense to you?
Ed, I’m not sure where it’s coming from, but the container DIV is being set to a width of 1200px. Everything inside of it isn’t responsive because of it.
Try this in the CSS section of that page:
div#container {
width:100%;
max-width:1200px;
}
Depending on where it falls in the consolidated CSS file, you may need to use !important on the width.
One big step forward!! !! Thank you for that.
The picture (frontpage) is ok now.
The menu and the other pages are not.
I pasted your code on every page.!
I’m not seeing the code on all the pages. I only see it on the home page. Did you republish all pages?
It also looks like most of the other pages are set to an 850px width. For those pages, I would change the max-width to 850px.
You could put the CSS code in the site-wide settings with a max-width of 850px and then put it in the home page’s CSS with max of 1200px to override the site-wide max.
I’d also rename all of your folders instead of using the default that RW assigned. “styled-7” isn’t very descriptive. I would name the folder “links” instead of “styled-15”.