Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Observations on theme behaviour on certain screen widths #1

Closed
MarkDavenport opened this issue Nov 14, 2019 · 5 comments
Closed

Observations on theme behaviour on certain screen widths #1

MarkDavenport opened this issue Nov 14, 2019 · 5 comments

Comments

@MarkDavenport
Copy link

MarkDavenport commented Nov 14, 2019

Hi,
I have just seen your post on forums.classicpress and you asked for feedback here. Seems to work with most content.
Main menu very far left on wide screens also if widget/image/logo placed to left of title it goes hard left on wide screens
image
Zero left content margin on screen widths 751 to 1170 px
image

@zulfgani
Copy link
Owner

Thank you for the feedback and screenshots. Looking in to it :)

@zulfgani
Copy link
Owner

Theme updated with adjustments to address above issues.

Please let me know if that looks OK now or it it needs further adjustments.

@KTS915
Copy link

KTS915 commented Nov 15, 2019

I'd add that the content isn't centered properly on smaller browser widths. The culprit is this in the CSS:

#primary.content-area { ...
    padding-left: 1.5em;
}

I suggest using media queries to ensure this applies only to larger browser widths.

@zulfgani
Copy link
Owner

@KTS915 Already taken care of - just need to push the changes to this repo whichl will do shortly :)

@zulfgani
Copy link
Owner

Closing as most of the issues have been resolved but feel free to raise a issue if anything was missed or if a new issue arise with the latest update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants