• Hi again Tomas!. One question, when I set the “Display Meta Box on posts” option to “Hide”, the right side bar (and the widgets within) moves INTO the content area at the left. Seems like a bug?. Thanks for your help.

Viewing 1 replies (of 1 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    I had never noticed this problem. Please try to deactivate all your plugins (one after another) to check if it is not caused by a plugin conflict.

    If the “Display Meta Box on posts” option is still not working properly for you, you can alternatively use the following Custom CSS to hide the Meta Box:

    #wrapper .post-info, #wrapper .post-meta {display: none;}

    The code posted above will hide the Meta Box also on the post entries on your homepage and other archive pages. To hide it only on the single posts, please use this CSS:

    .single .post-info, .single .post-meta {display: none;}

    Best regards,
    Tomas Toman

Viewing 1 replies (of 1 total)
  • The topic ‘Display Meta Box on posts’ is closed to new replies.