Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1235247

    Is there a way to display the blog layout like this: http://www.bestwebdesignco.com/tagood/wp-content/uploads/2020/08/sampleblog.jpg

    I have it on this page https://www.tribeallgood.org/test-news/
    as a magazine layout but The client would prefer the layout to be exactly as it is in the image link above however. With the words to the left and image to the right at that approximate size. Any help you can give is appreciated. I know you guys are doing a lot for me today and I really appreciate it! I’ll put the log in information below again to the site. (Giving you access to the “live site” this time due to time constraints.

    Again…THANK YOU!

    #1235427

    Checking in to see if anyone had a chance to review this one. I am hopeful that we can get it how the client wants it in time for their board meeting today. Do you have any ideas on how to make it look like the screenshot above? Thank you again

    #1235723

    Hi sylwilson,

    Well, we do not have such a layout option, unfortunately.

    Here are the available styles for the blog posts:

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1235783

    I see. Would you be able to give me some code to make the image on the left in my view here: https://www.tribeallgood.org/tag-blog/ to be larger? So the thumbnail is what i am referring to. If it could be maybe 300×300 px I think it would meet my clients needs.

    Thank you for getting back to me so quickly!

    #1236058

    Hi sylwilson,

    The image used there is 180px and so having it at 300px the image will be stretched and very pixelated. You can try this code to see if this is big enough:

    
    .av-magazine-thumbnail,
    .av-magazine-thumbnail img {
        width: 180px;
        min-height: 180px;
    }
    

    Best regards,
    Victoria

    #1236101

    You recommend using that code on the blog page or in the advanced options css section?

    #1236131

    Hi sylwilson,

    You can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css.

    If you need further assistance please let us know.

    Best regards,
    Victoria

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