Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #761624

    Hi, I have a problem… I’ve just installed endfold theme, but I have a problem with the thumbnails in blog page.

    This is the actual situation: http://casewonderwall.com/test/

    I’d like to know 2 things:
    1. how to restore the default situation with the small thumbnail on the left
    2. How I can modify the css to reach this result (http://www.ricevimentodafavola.it), that is with the thumbnail bigger and on the left of the text.

    I can provide a full back-end access.

    Can you help me please?

    Thank you!!

    #762712

    Hey casewonderwall,

    You can put these styles to enfold-child/styles.css

    
    #top.page.page-id-1012 .fullsize .template-blog .post-title {
        padding: 2px 0 20px 0;
    }
    
    #top.page.page-id-1012 .fullsize .template-blog .blog-meta {
        float: left;
        display: block;
        width: 180px;
        text-align: center;
        z-index: 1000;
        margin-right: 30px;
    }
    #top.page.page-id-1012 .fullsize .template-blog .blog-meta .small-preview {
    	width: 180px;
        height: 180px;
    }
    

    Let us know if you have any more questions.
    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.