Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #587809

    I am using the ‘Blog Single Author Small’. The small images in the excerpts are displayed above the text, while I would like to display these images left and display the text right, like in the demo. Is this possible?

    #587852

    Hello,

    Try to update theme on the last version 3.4.7

    #587897

    Hi didot,

    do you have disabled the sidebar for achive pages?
    That was the reason on my own site, why the featured images were displayed above the text, not left of the entry.

    Regards,
    Hella

    #588284

    Hi Hella,

    Thanks, I had indeed disabled the sidebar for archive pages. The images are now displayed fine left of the entry. But now the sidebar is showing up twice. The sidebar is also being positioned below the main content. Did you experience this as well?

    #588526

    Hi didot,

    sorry, no, my sidebar only showed once.
    As the archive pages cannot be set individually without coding, I can’t imagine what’s the reason for this behaviour.
    Is the content of the two sidebars identical? If yes, you could perhaps check the widget page, if there are identical widgets in different sidebars.

    Regards,
    Hella

    #589282

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .fullsize .template-blog .blog-meta {
        float: left;
        margin-right: 50px;
    }

    Regards,
    Yigit

    #589328

    Hey Yigit,

    thanks for your efforts!
    Unfortunately that’s not the same effect, as you can see on the screenshots here:
    blog post alignment
    – the upper screenshot is without sidebar for archive pages and with your css code snippet
    – the lower screenshot is with sidebar for archive pages and without your css code snippet

    But it’s okay, I’ll keep the solution with the sidebar activated!

    Regards,
    Hella

    #589639

    Hi Yigit,

    This code is working for me.

    Thanks.

    #589774

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Left align image in Blog Single Author Small’ is closed to new replies.