Tagged: x
-
AuthorPosts
-
April 8, 2016 at 3:23 am #872484
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
April 8, 2016 at 3:09 pm #873274Hi 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.
April 8, 2016 at 4:35 pm #873356This reply has been marked as private.April 9, 2016 at 4:09 am #873927Hi 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.
-
AuthorPosts