New Landing How can we help? Atelier How to edit "Mini" blog layout to not switch betweenleft and right disply layout

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Atelier
  • #252825
    marketfire
    Member
    Post count: 49

    The mini blog layout looks nice, but I would like to edit it from having alternating displays.

    I would like the title, except and read more button to always be on the left side and the featured image to always be on the right side.

    I don’t see any settings to change this, so can you please provide me a quick css snippet to achieve this?

    thank you!

    #252843
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Which layout of blog is being used by you? Please provide me specific page url with blog posts.
    Thanks
    Mohammad

    #252847
    marketfire
    Member
    Post count: 49

    I told you it’s called “mini” blog layout on atelier theme

    see attached image if you are unsure of the layout

    Attachments:
    You must be logged in to view attached files.
    #252867
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .mini-items .blog-item:nth-child(2n) figure {
      float: left;
      margin-left: 0;
      margin-right: 30px;
    }

    – Kyle

    #252896
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .mini-items .blog-item figure {
        float: right !important;
        margin-left: 30px !important;
    }

    Thanks
    Mohammad

    #253074
    marketfire
    Member
    Post count: 49

    Mohammad’s solution worked great, the other did not seem to make any changes. Thank you both so much!

    #253083
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! No problem

    – Kyle

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register