• Resolved KennyStengel

    (@kennystengel)


    Hello –

    When I create a post, a widget appears to the left of the sidebar and I am unable to find it in the widgets section. I suspect it is located in the code but can not find it. I do not want he widget “Related Post” to show up, just want to leave the sidebar on right as is,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter KennyStengel

    (@kennystengel)

    To clarify above:

    There is no widget called, “Related Post” however, when I create a Post, I see at the top of the post;
    an image on top left,
    then “Related Post” widget to the right of image,
    then regular sidebar

    Since there is no actual widget called “Related Post” it must be generated form code??? but still guessing at this point.

    Please help its UGLY….

    Thank you

    Hello @kennystengel,
    You can edit the code for relative post by changing CSS. GO to your Admin Panel’s Appearance -> Theme Options -> Tools -> Custom CSS
    Then inside Custom CSS box put the following code:

    .related-post {
    display:none !important;
    }
    
    .single-thumb {
    width:77% !important;
    }

    This should remove the code you unwanted and also display the image with bigger size.

    Let us know how it goes.
    Regards!!

    Thread Starter KennyStengel

    (@kennystengel)

    Perfect. Worked great.
    Thank you!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Related Post on Post Page’ is closed to new replies.