How can I make Single blog page responsive
-
How can I make single blog page responsive, also help me in showing full image in the header for now as you can see it’s cropped.
Also want to remove Posted by author avatar and date from banner
Waiting for your kind response….
Hello,
1. To make it responsive, you need to edit it via the page builder. So first go to Elementor -> Settings -> enable the posts type here – https://take.ms/J8gsS, then edit the single post page via Elementor.
2. Use the code below to remove that info:
.single-post .wd-entry-meta {
display: none;
}
Paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
Kind Regards