Home Forums Free Themes Education Hub Deleting News Section and allowing Events Section to spread

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37999
    Ela
    Participant

    Hi,

    I would like to get rid of the News Section. Not only deactivate it but also allow my Event Section take over the space.
    I would like to have 3 columns for Events Section, at the moment there are 2 collums, then it jumps to the next line.
    This is the link:
    http://polskaszkola.laohost.net

    I hope you can help.
    Ela

    #38050
    wensolutions
    Keymaster

    Hello @ela,

    As we have inspected the site URL you have provided , we found that currently the news section is activated and we think you are confuse in news section and event section and if you wish to have the three column for the news section as it is currently activated in your site you can use below CSS.

    .news-post:nth-child(2n+1) {
        clear: none;
    }
    .news-post {
        min-height: 242px;
         width: 30%;
    }
    .recent-news {
        width: 100%;
    }

    Hope this helps.

    If you have any confusion further, please let us know.

    Best Regards!!

    #38064
    Ela
    Participant

    Thank you so much! It worked well, and now I am able to adjust it further 🙂

    #38065
    wensolutions
    Keymaster

    Hello @ela,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/education-hub/reviews/

    Best regards !!

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