-
AuthorPosts
-
October 31, 2016 at 12:41 pm #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 .October 31, 2016 at 12:44 pm #706102how 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!!
- This reply was modified 8 years, 1 month ago by corneliaboehm.
October 31, 2016 at 4:43 pm #706283Any ideas how i can do this?
November 1, 2016 at 11:38 pm #706894Hi,
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 DeactivatedB: 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,
NikkoNovember 3, 2016 at 2:39 pm #707741thanks 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?
November 3, 2016 at 3:36 pm #707776What 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 344pxNovember 4, 2016 at 1:30 am #708001Any ideas how i can fix this. i don`t get it working.
November 4, 2016 at 4:15 pm #708291Hey!
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 -
AuthorPosts
- The topic ‘adapt mansory grid’ is closed to new replies.