Twenty twenty Meny
-
How to center the meny this css I do already have on my side
.entry-content > p:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 800px;
}
.home #site-content .entry-header {
padding-top: 0px;
}
@media (min-width: 700px) {
.site-logo img { max-height: 120px; }
}
#site-header .primary-menu li a {
font-size: 22px;
}
body:not(.overlay-header) .primary-menu > li > a {
color: #000;
}
/*** screen smaller than 700px ***/
h1, .heading-size-1 { font-size: 3.6rem; }/*** screen between 700px to 1219px ***/
@media (min-width: 700px) {
h1, .heading-size-1 { font-size: 6.4rem; }
}/*** screen 1220px and bigger ***/
@media (min-width: 1220px) {
h1, .heading-size-1 { font-size: 8.4rem; }
}The page I need help with: [log in to see the link]
- The topic ‘Twenty twenty Meny’ is closed to new replies.