- This topic has 3 replies, 2 voices, and was last updated 8 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Education Hub › Screen Size Issue
Tagged: Education-Hub
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?
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.
My apologies, that was a mistype. I’ve verified it this time, thank you for your quick response!
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 !
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |