Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1141550
    visitcoffee
    Participant

    Hi there,

    I’m using a two coloumn blog layout on my page:
    http://visit-coffee.com/blog/

    Is there a way to make it 1 coloumn with a horizontal picture/text devision (image left, excerpt right)?

    Thank you

    #1141636
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    @media (min-width: 980px){
        .blog article .entry-featured {
            float: left;
            width: 37%;
        }
        .blog article .entry-wrap {
            float: right;
            width: 60%;
            padding-left: 25px;
        }
    }

    Hope it helps 🙂

    #1141682
    visitcoffee
    Participant

    Thank you, that works for image left, excerpt right.
    But how does it work for a single coloumn layout?

    #1141766
    Thai
    Moderator

    Hi There,

    Please also add the following CSS:

    .blog .x-iso-container.cols-2>.hentry {
        width: 100%;
    }
    .entry-footer {
        float: right;
    }

    Hope it helps 🙂

    #1142796
    visitcoffee
    Participant

    Perfect, that helps a lot!

    Thank you

    #1142976
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1141550 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>