Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #836902

    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

    #837212

    Hey viaggiareverde,

    Have you made any recent updates that may have caused this?

    Best regards,
    Jordan Shannon

    #837216

    Hi,
    Not in the plugin, maybe the theme or WordPress itself.

    #837225

    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

    #837371

    Hi,
    i’ve tried this css code but nothing changhes. Any other ideas?

    regards,

    Luca

    #837488

    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

    #837506

    yes i did it. in the private area you find the log infos.
    Thanks for the help

    Luca

    #837510

    Hi,

    Apologies I added the following to css and can confirm that it works:

    .responsive .container {
    min-width: 1310px!important;
    }

    Best regards,
    Jordan Shannon

    #837553

    Thank you! It works.

    Best regards

    Luca

    #837557

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Website widht problem’ is closed to new replies.