Archived topic
Desktop Related Layout
3 replies · Started by Mouse on February 27, 2021
Hi there, sorry for so many queries, actually revamping a few things.
Basically need a few things to be done on the laptop version screens:
1- Need the Heading of the post pages to be Centered.
2- The paragraph before the featured image is on another topic (so don't consider that)
3- There is no space above the first sidebar widget, so I need it to be aligned with from where the image starts.
Hi there,
I believe the 1st and 2nd question has been answered in another topic.
For question 3, you could try this CSS:
@media (min-width: 769px) {
#right-sidebar {
margin-top: 125px;
}
}
Worked like a charm. Thankyou so much Ying.
No problem :)