I create a page with the Avia Layout Builder
I insert content element blog posts
I choose …
Issue:
The indent for portfolio entries (also other custom post types as well) does not render as expected
See screen capture here … http://screencast.com/t/ZgDbKTOabOb8
NOTE: When I choose “display blog posts”, the effect is as expected …
See screen capture of blog posts on the same site here … http://screencast.com/t/GTRfR9xYfa
Is there a simple custom css fix for this?
Hey recumbent!
Please add this on Quick CSS or custom.css:
.content .template-blog .type-portfolio .entry-content-wrapper {
padding-left: 130px;
}
Cheers!
Ismael
Thanks @Ismael
NOTE: For anyone else with this issue, I have also added …
.type-[insert-type] .entry-content-wrapper {padding-left: 130px; }
for the other custom post types we have installed on this site