Hi, i’ve a problem with the width of my website. Usually it a fullscreen web site (1310 px with 100% of the space used) but now is seems to be tighter with something like two blank colums of the left and right of the screen. Can you please help me to restore it as normal?
Best regards,
Luca
Hey viaggiareverde,
Have you made any recent updates that may have caused this?
Best regards,
Jordan Shannon
Hi,
Not in the plugin, maybe the theme or WordPress itself.
Hi,
Add this to quick css. There seems to be a css conflict. Perhaps from a plugin.
.responsive .container {
max-width: 1310px!important;
}
Best regards,
Jordan Shannon
Hi,
i’ve tried this css code but nothing changhes. Any other ideas?
regards,
Luca
Hi,
Please provide admin info so I can log in and see why the css is not working. Did you make sure to put it at the very top?
Best regards,
Jordan Shannon
yes i did it. in the private area you find the log infos.
Thanks for the help
Luca
Hi,
Apologies I added the following to css and can confirm that it works:
.responsive .container {
min-width: 1310px!important;
}
Best regards,
Jordan Shannon
Thank you! It works.
Best regards
Luca
Hi,
Great! I’m glad I was able to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon