Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #239765

    I create a page with the Avia Layout Builder
    I insert content element blog posts
    I choose …

    • display entries from a custom taxonomy
    • portfolio entries (and select relevant categories)
    • single author, small preview pic
    • excerpt with read more link

    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?

    #239865

    Hey recumbent!

    Please add this on Quick CSS or custom.css:

    .content .template-blog .type-portfolio .entry-content-wrapper {
    padding-left: 130px;
    }

    Cheers!
    Ismael

    #239925

    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

    #239940

    Hey!

    Glad you fixed it. :)

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog Posts Shortcode / Custom Taxonomy / Portfolio … CSS issue with indent’ is closed to new replies.