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

    Hello, really having fun with Enfold.

    I noticed that if you use the blog shortcode ( single author style as seen here, http://kriesi.at/themedemo/?theme=enfold ), with no sidebar then it displays differently with the image being on top instead of floating left.

    Is there anyway to have it display the same with or without a sidebar?

    If it means I have to mess with PHP then that’s okay, don’t worry about it.

    • This topic was modified 11 years, 4 months ago by Yeowza.
    #201793

    Hi Yeowza!

    Do you have a big or small preview pic? Even with sidebar the “single author big preview” display the featured image on top.

    Cheers!
    Ismael

    #202117

    Thanks for the reply Ismael!

    Here is the shortcode I am using,

    [av_blog blog_type='posts' link='category' blog_style='single-small' columns='3' contents='excerpt' content_length='excerpt' preview_mode='custom' image_size='thumbnail' items='5' offset='0' paginate='yes']

    Here is what it looks like with a sidebar, http://postimg.org/image/lcgd4j989/

    And here is what it looks like without a sidebar, http://postimg.org/image/hr2ky0t4n/

    The shortcode is the same on both pages except for pagination and number of posts.

    • This reply was modified 11 years, 4 months ago by Yeowza.
    #202396

    Hey!

    You can add this on your custom.css or Quick CSS:

    #top .fullsize .template-blog .blog-meta {
    float: left;
    }

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog shortcode with no sidebar’ is closed to new replies.