Hello,
Analyzing the CSS of the page reported on the link, it doesn’t really seem to be ready for the responsive. I identified it in the file style.css
theme, line 149 which has a statement that leaves the width fixed. Changing from min-width
for max-width
the layout already begins to behave as responsive.
So change the 149 line of style.css to:
body.layout-fixed,
body.layout-fixed #body-core,
body.layout-fixed #site-header,
body.layout-fixed #notification {
min-width: 960px;
}
And as the class itself says, .layout-fixed
, it is likely that in the theme has some option that still convert and layout to responsive.
Post at least the blog link, some code. There’s no way to know without having anything to see.
– Wendel Rodrigues
sorry... follow link: http://plusagencia.com.br/site/plus
– Andrea
You have some custom css?
– Wendel Rodrigues
I am avoiding to touch the codes, I know this is complicated if something goes wrong... the only thing I changed, was to remove the signature of the theme and the wordpress mark. everything else is standard.
– Andrea