thejschweigert Posted November 6, 2021 Share Posted November 6, 2021 Site URL: https://www.joshuaschweigert.com/ I'm seeing help updating my blog page to look match the home page styling feed summary block. Home Page: https://www.joshuaschweigert.com/ Blog Page: https://www.joshuaschweigert.com/blog In addition, I'd love assistance getting the summary cards to be all the same length. Thank you so much! Link to comment
tuanphan Posted November 7, 2021 Share Posted November 7, 2021 Add to Design > Custom CSS @media screen and (min-width:768px) { div#BlogMasonryContainer { height: auto !important; display: grid; grid-template-columns: repeat(3,1fr); grid-row-gap: 40px; grid-column-gap: 50px; } .blog-masonry .masonry-ready .entry.is-loaded { position: relative !important; width: 100% !important; transform: unset !important; background-color: #fff; border-radius: 5px; -webkit-box-shadow: 0px 0px 15px rgb(100 100 100 / 10%) !important; -moz-box-shadow: 0px 0px 15px rgba(100,100,100,.1) !important; box-shadow: 0px 0px 15px rgb(100 100 100 / 10%) !important; padding: 20px; }} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
thejschweigert Posted November 7, 2021 Author Share Posted November 7, 2021 10 hours ago, tuanphan said: @media screen and (min-width:768px) { div#BlogMasonryContainer { height: auto !important; display: grid; grid-template-columns: repeat(3,1fr); grid-row-gap: 40px; grid-column-gap: 50px; } .blog-masonry .masonry-ready .entry.is-loaded { position: relative !important; width: 100% !important; transform: unset !important; background-color: #fff; border-radius: 5px; -webkit-box-shadow: 0px 0px 15px rgb(100 100 100 / 10%) !important; -moz-box-shadow: 0px 0px 15px rgba(100,100,100,.1) !important; box-shadow: 0px 0px 15px rgb(100 100 100 / 10%) !important; padding: 20px; }} Link to comment
thejschweigert Posted November 8, 2021 Author Share Posted November 8, 2021 Receiving an RBG color function error when adding the code. How do I resolve? Link to comment
tuanphan Posted November 8, 2021 Share Posted November 8, 2021 13 hours ago, thejschweigert said: Receiving an RBG color function error when adding the code. How do I resolve? Try this new code @media screen and (min-width:768px) { div#BlogMasonryContainer { height: auto !important; display: grid; grid-template-columns: repeat(3,1fr); grid-row-gap: 40px; grid-column-gap: 50px; } .blog-masonry .masonry-ready .entry.is-loaded { position: relative !important; width: 100% !important; transform: unset !important; background-color: #fff; border-radius: 5px; -webkit-box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.1) !important; -moz-box-shadow: 0px 0px 15px rgba(100,100,100,.1) !important; box-shadow: 0px 0px 15px rgba(100, 100, 100,0.1) !important; padding: 20px; }} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
thejschweigert Posted November 8, 2021 Author Share Posted November 8, 2021 The new code seemed to fix the aesthetics but changed from 3 column to 1 column. Link to comment
thejschweigert Posted November 8, 2021 Author Share Posted November 8, 2021 Nvm, looks like i got it to work. Thank you! Link to comment
thejschweigert Posted November 10, 2021 Author Share Posted November 10, 2021 Hello, it's me again! How do I create the same card effect on the home page using the summary widget? Link to comment
tuanphan Posted November 11, 2021 Share Posted November 11, 2021 On 11/10/2021 at 7:54 AM, thejschweigert said: Hello, it's me again! How do I create the same card effect on the home page using the summary widget? I see both same here. Can you explain? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
thejschweigert Posted November 11, 2021 Author Share Posted November 11, 2021 The cards on the blog page are the same size but the cards for the summary widgets are different sizes. I'd like for the summary widget to appear like the post roll on the blog page. I'm using summary widget w/ grid view. See attached. Link to comment
tuanphan Posted November 14, 2021 Share Posted November 14, 2021 On 11/11/2021 at 11:01 PM, thejschweigert said: The cards on the blog page are the same size but the cards for the summary widgets are different sizes. I'd like for the summary widget to appear like the post roll on the blog page. I'm using summary widget w/ grid view. See attached. Hi, You mean make them same height? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
thejschweigert Posted November 14, 2021 Author Share Posted November 14, 2021 Yep, just like the blog roll page. Like this: https://www.joshuaschweigert.com/blog Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment