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

3.6 - CSS Theme setup add it and widths #1095

Open
mervb opened this issue Jan 15, 2024 · 0 comments
Open

3.6 - CSS Theme setup add it and widths #1095

mervb opened this issue Jan 15, 2024 · 0 comments

Comments

@mervb
Copy link
Contributor

mervb commented Jan 15, 2024

Implement some settings for theme setup

e.g.

.epl-post-type-archive #sidebar,
.epl-single-listing #sidebar{
display: none;
}
.epl-single-default,
.epl-archive-default {
max-width: 1155px;
margin: 0 auto;
margin-top: 2em;
}
@media screen and ( max-width: 1155px ) {
.epl-single-default,
.epl-archive-default {
padding-left: 1em;
padding-right: 1em;
}
}

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

1 participant