Archived topic
customize title + table of contents
1 reply · Started by Antonio on February 21, 2021
Viewing posts 1–2 of 2
first I want title h1 full width yellow color
second table of contents
third the content
I have this code
@media (max-width: 768px) {
.site-content {
flex-direction: column-reverse;
}
}
@media (max-width: 768px) {
.main-navigation button.menu-toggle {
margin-left: auto;
margin-right: auto;
}
}
h1 {
display: block;
background-color: #FFFF00;
padding: 5px;
}
Hi Anthonio,
What is the issue here?
This archived topic is closed to new replies.