Justin
asked 11 years ago
3 Answers
DominicStaff
answered 11 years ago

To remove the meta section, you can log in to Dashboard > Appearance > Widget > Main sidebar > and then delete the “Meta” widget.

Regards,
Dominic

Justin
replied 11 years ago

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.

DominicStaff
answered 11 years ago

Please send me your site or a screenshot for further checking.
Regards,
Dominic

Justin
replied 11 years ago

Here is the screeshot http://imgur.com/x6bl2LJ

Justin
replied 11 years ago

On the left is the blog post and on the right is the free space I don’t know why?

DominicStaff
answered 11 years ago

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

hadi
replied 7 years ago

I did on my blog, but it didn't work. Could you help me, please?

Dominic Staff
replied 7 years ago

Please send me your site URL for further checking.

A. Carrington
replied 6 years ago

Hello, what was the resolution for removing the meta?

Dominic Staff
replied 6 years ago

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.

Powered by DW Question & Answer Pro