Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #706099

    hi. can you help me to adapt mansory grid. http://imgur.com/a/SksQq

    A = remove the image overlay – always display the image without overlay.
    B = make the text bigger and center them
    C = can i set a fixed high for all blog posts inside the mansory. for example – all mansory blog posts have a high from 340px (without the image above)
    D = delete the date .

    #706102

    how can i set a color section to a fixed width of 960px. http://imgur.com/a/57pjs can you please help me with the code for the custom css class. greetings! Happy halloween!!

    #706283

    Any ideas how i can do this?

    #706894

    Hi,

    For the color section (960px fixed width), I’m assuming you will be using same format for those posts, kindly add this css code to Quick CSS (located in Enfold > General Styling):

    .single-post #av_section_1 .container {
        max-width: 960px;
    }

    For the other questions
    A: Edit masonry and find this setting, Image overlay effect and set to Overlay Deactivated

    B: Add this code in Quick CSS:

    h3.av-masonry-entry-title.entry-title {
        font-size: 18px;
        text-align: center;
    }
    
    .av-masonry-entry-content.entry-content {
        font-size: 15px;
        text-align: center;
    }

    Just adjust the font sizes as you see fit (18px:title, 15px:content)

    C: Edit masonry and find this setting, Size Settings set to Perfect Grid

    D: Add this code in Quick CSS:

    span.av-masonry-date {
        display: none;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #707741

    thanks nikko, one thing.

    i have set the masory to perfect grid. http://www.eltern-kongress.com/grid/

    But now i do not see the images. how can i show the image and the text wih the same size for each posting?

    #707776

    What can i change in the code that all my posts (A) look like this post (B). Fixed image size and fixed text high? http://imgur.com/a/apDdh

    image: 282×282 px
    text field: 282x 344px

    #708001

    Any ideas how i can fix this. i don`t get it working.

    #708291

    Hey!

    Replied you here already – https://kriesi.at/support/topic/fix-grid/#post-708252

    Please do not ask the same questions in different threads.

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘adapt mansory grid’ is closed to new replies.