Tagged: wordpress 4.0.1
Hi,
I updated to v.3.0.4 to try and fix some of the issues with the Contact form/ Sliders etc. when WordPress updated 4.0.1
After updating the theme, it seems like most of the issues were fixed, but I’m seeing some slight CSS changes that affect the width of the page.
For example, on my homepage, the .container div now has a fixed width 1010px. In the previous version (I am looking at a cached version from Google), the container div had .responsive .container width: 1030px with a media query. It looks like the media query is no longer working as I can confirm that I have the responsive setting enabled in my General Layout settings in my theme settings.
I’ve also lost some of the basic styling I applied to accordions etc. – but I can fix this manually.
Hi koinoniaweb!
I’m not seeing any fixed widths on your container class. I see a max-width of 1030.
.responsive .container {
max-width: 1030px;
}
Is this what your referring to? Your site looks fine on my end so try clearing your browser cache.
Best regards,
Elliott