• Resolved chrissolita

    (@chrissolita)


    Hello,

    I would like to justify the box containers within the Home Blog Option feature.

    Here is my site: https://www.ezhomesolar.com/

    Currently the page moves up and down while it scrolls through the latest blog posts. I would like if it was even top and bottom. Here is an example of another page that has even justification: https://144university.com/ (Recent News section)

    Thanks for your time.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    Please go to admin dashboard > Appearance > Theme Options > General Theme Options and find Custom css. Paste below css there.

    .enigma_blog_thumb_wrapper {
    height: 500px;
    }

    Save the changes.
    Thanks

    Thread Starter chrissolita

    (@chrissolita)

    Thanks for the help.

    This works for wrapping the box to all be one size which is exactly what I want, the only problem is, it’s not responsive to the widget. It covers the “Read More” button.

    Is there a way to get the same result while still being able to see the call to action button?

    I have implemented the changes if you want to see what I mean: https://www.ezhomesolar.com

    Thanks

    Thread Starter chrissolita

    (@chrissolita)

    The code to wrap the box cuts off the Read More box/link…

    is there a way to fix it?

    Thanks

    Hi,

    Sorry for inconveniences. The text generated in blog section is excerpt of the content. It has fixed word length.
    Either you further increase the height of the blog section or you can remove tags from it.
    To remove tags area put below css in custom css option

    .enigma_blog_thumb_wrapper .enigma_tags {
      display: none !important;
    }

    Save the changes.

    Thanks

    Thread Starter chrissolita

    (@chrissolita)

    Thank you so much! That did the trick. I learned a lot from your help so it is much appreciated!

    Hi,

    Most Welcome.

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Home Blog Option Box Size Justify’ is closed to new replies.