Beaver Builder Template – No Sidebar problem
-
Using Builder menu to create a new template – in the edit template, it had a sidebar so I changed the Post Attributes Template to Full Width no sidebar. But when I viewed (or edited in Beaver Builder) it still had the sidebar. Reported problem to Beaver Builder. They responded the following:
I don’t think there is anything wrong in what you did. But there is a missing CSS that should go with the theme’s template when it is used in a custom post type.
I applied a fix using this custom CSS:
.fpt-template main.content{
width: 100%;.fpt-template .sidebar{
width: 0px;
display: none;You can find it in the Customizer > Additional CSS area.
For details, please check with the developer of the Dynamik Theme on how to go about it properly. (Since .fpt-template is in your plugin thought you should one contacted rather than Dynamik) Seems the problem appeared because your plugin doesn’t support use in a custom post type?
- The topic ‘Beaver Builder Template – No Sidebar problem’ is closed to new replies.