• Hi,

    I want to change the way the blog items are being displayed.

    Present: One image thumbnail on top and the text at the bottom.

    Change wanted: The thumbnail on the left and the text to be on the right.

    How can i make this layout change?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi,
    try this

    @media(min-width:991px){
    .home .entry-content{
        overflow: hidden;
        display: inline-block;
        max-width: 58%;
    }
    .home .entry-featured {
        margin: 0px 0 20px 0;
        position: relative;
        text-align: center;
        float: left;
        max-width: 35%;
        padding: 10px;
        margin-right: 30px;
    }
    }

    in your custom CSS box under Customize-?Additional CSS
    Let me know if this worked for you.

    Thread Starter ladlewithlove

    (@ladlewithlove)

    Yes. It worked. Thank you so much. A follow up question on this. The thumbnail which is being displayed now. Can its size be changed as well?

    Hi,
    yes! you can try this

    @media(min-width:991px){
    .home .entry-featured img{max-width:300px}
    }

    and replace 300px with your preference

    Thread Starter ladlewithlove

    (@ladlewithlove)

    Thanks. But on keeping it 300 px, the image is overlapping on the text. It got fixed when i reduced it to 200px.Is there some way where the text can automatically adjust in the remaining width?

    Thread Starter ladlewithlove

    (@ladlewithlove)

    Also the images are shifted little to the right as compared to other elements on the page. Can it be aligned to other page items?

    Hi,
    300px is an example, add 80% instead.
    Normally they shouldn’t, can you add my suggestion so I can see what you mean?

    Thread Starter ladlewithlove

    (@ladlewithlove)

    hi

    I have made the suggested changes.

    But in the bottom of the home page, where it is showing other blogs in the side widget- the images have become really odd sized while in other pages it is correct. How to correct that pls?

    • This reply was modified 4 years, 9 months ago by ladlewithlove.

    Hi @ladlewithlove
    Try this
    .widget_posts_list.widget_posts_list_alt .entry-featured img{max-width:80px}
    in your custom CSS box under Customize-?Additional CSS to fix that.

    Thread Starter ladlewithlove

    (@ladlewithlove)

    It worked. Thanks so much!

    I have a question regarding the menu. Should I post it here or start a new thread?

    The main menu on mobile isnt showing the menu items displayed but a drop down menu link shows. Can that be changed?

    Hi @ladlewithlove,
    you need to remove the mobile menu and just display the desktop one?

    Please open a new thread so we can continue there

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Blog display layout home page’ is closed to new replies.