Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #872484

    sandra.i
    Participant

    Hi

    I’ve been experimenting with different design variations for the ‘recent posts’ section because as much as X theme is great, that section really doesn’t fit with my website design.

    What I would really like is to have the recent posts image be a small circle with the title of the post on the right of it, as shown in the attachment I’ve sent you.

    I’ve tried to circle the image in css but its not working out for me. Do you think you might be able to help?

    Many thanks

    #873274

    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #873356

    sandra.i
    Participant
    This reply has been marked as private.
    #873927

    Rad
    Moderator

    Hi Sandra,

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .x-recent-posts a .x-recent-posts-img {
        width: 40px;
        float: left;
        margin: 10px 20px 57px 0;
        border-radius: 40px;
    padding-bottom: 15%;
    }
    .x-recent-posts .x-recent-posts-content {
        padding-bottom: 0px;
    }

    Hope this helps.