• Resolved srsohag

    (@srsohag)


    Hi, I’m really enjoying your theme. It’s a great theme and I appreciate your work.
    On my website, I’m trying to make all the posts after slider & in each category to be resized with 200px height. So that I can show more posts on a single screen. But unfortunately, I can’t. Can you help, please?

    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author themeansar

    (@themeansar)

    Hi Srsohag,

    Thanks for contacting us,

    If you showing more post in latest news section for this go to reading settings and increase Blog post show at most value then save the settings.you can also following screenshot link: https://prntscr.com/rsue7k

    Any confusion lets me know

    Thanks

    Thread Starter srsohag

    (@srsohag)

    Hi I’m sorry. It’s not what I’m asking. I want to decrease the size of the latest post under the slider and each category.

    Like right now 10 posts are showing that’s fine. But on a single screen, it’s showing 2 posts only. I’ve to scroll down to see more. But I want to decrease the size so that I don’t have to scroll down much.

    More technically decrease the height of “mg-posts-sec-post”

    Theme Author themeansar

    (@themeansar)

    Hi,

    For this add the below css code in additional css filed (Theme Dashboard >> appearance >> customize >> additional css filed)

    .mg-posts-sec-post
    {
    height:200px;
    }
    
    .mg-posts-modul-6 .mg-sec-top-post .title {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    Any confusion lets know

    Thanks

    Thread Starter srsohag

    (@srsohag)

    Hi, thank you. Since I’ve added your code it started to show last post title in the top of category page. You can visit this link and check.
    https://baz.global/category/markets-and-economy/

    Theme Author themeansar

    (@themeansar)

    Hi,

    If you remove this, for this add the below css code in additional css filed

    .mg-breadcrumb-section
    {
    display:none !important;
    }

    Thanks

    • This reply was modified 4 years, 8 months ago by themeansar.
    Theme Author themeansar

    (@themeansar)

    Hi,

    Has your issue been resolved ? do you need any more help.

    Thanks

    Thread Starter srsohag

    (@srsohag)

    No thank you it’s solved now. Have a nice day.

    Theme Author themeansar

    (@themeansar)

    Hi,

    Glad to know it worked for you.We would really appreciate,
    if you could provide us a review here:

    https://www.ads-software.com/support/theme/newsup/reviews/#new-post

    If you have any more questions, feel free to ask again!

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Change Height Of Latest Post Section (After Slider)’ is closed to new replies.