Home Forums Free Themes Education Hub Screen Size Issue

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17222
    DesignDoctor
    Participant

    I’ve recently used your Education-Hub theme to upgrade our site from an old earlier version we had someone else create for us years ago. While everything appears to come up fine on my and my co-worker’s screen, my boss has it appear far too large (where it is cutting off the right side of the screen). His zoom is at 100% (we can see the entire page if he gets it to about 2/3rds its size) and he can view other pages fine at that zoom width, so I’m not sure where this issue is coming from. His resolution appears to be setup properly, and I’ve tried messing with this settings and screen setup to no avail. I’m running a child theme and have been messing with the site to attempt to get it to display properly, but I’m running out of ideas. Is there anything I can do to force this to come up within the screen at the correct size?

    This is the website, please let me know if you have any thoughts on this?

    #17260
    wensolutions
    Keymaster

    Hello,

    We tried to inspect your website but it is not reachable. Can you please make sure that you have provided the correct URL so that we can monitor and fix your issues?

    Hope you understand.
    Best regards.

    #17329
    DesignDoctor
    Participant

    My apologies, that was a mistype. I’ve verified it this time, thank you for your quick response!

    http://designdoctorsconstruction.com/

    #17419
    wensolutions
    Keymaster

    It seems like content-width is being overridden from child theme’s style.css .

    Try finding the custom CSS for .container property and set width to auto.

    Actual code would be

    .container {
        width: auto;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    Let us know how it goes !

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.