To remove the meta section, you can log in to Dashboard > Appearance > Widget > Main sidebar > and then delete the “Meta” widget.
Regards,
Dominic
Yes, but that only deleted the meta from the left hand sidebar. “Meta” section is still there in the right hand side of my blogpost page.
Please send me your site or a screenshot for further checking.
Regards,
Dominic
Here is the screeshot http://imgur.com/x6bl2LJ
On the left is the blog post and on the right is the free space I don’t know why?
1. To remove Meta section you can add the following code to the style.css file
#meta, #searchform, #archives {
display: none;
}
2. That is our own design for Wallpress theme. To edit this space or decrease the space, you can add the following code to the style.css file
#sidebar-secondary {
margin-left: ...px;
}
Regards,
Dominic
I did on my blog, but it didn't work. Could you help me, please?
Please send me your site URL for further checking.
Hello, what was the resolution for removing the meta?
At the moment, this is widget default of the theme when you have not use the widget in the sidebar position.
You can go to the Dashboard > Widgets then add the widget that you want to have in the sidebar position. It will auto replace the default widgets.
Please login or Register to submit your answer