Home Forums WoodMart support forum How can I make Single blog page responsive

How can I make Single blog page responsive

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #587698

    webcrazyinnovations
    Participant

    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.

    #587699

    webcrazyinnovations
    Participant

    Also want to remove Posted by author avatar and date from banner

    #587707

    webcrazyinnovations
    Participant

    Waiting for your kind response….

    #587900

    Luke Nielsen
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)