Borders On Blog

Home Forums Business Club Pro Borders On Blog

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1088
    Anonymous
    Inactive

    Is it possible to get rid of the borders on the blog pages?

    #1126
    Axle Support
    Moderator

    Hello,

    Can we please see the issue on a screenshot so the we can monitor and fix the issue?

    Regards.

    #1132
    Anonymous
    Inactive

    HI,

    I’ve changed my mind about this. Instead can you please provide me with code to make the blog post on my “latest news” front page slider all the same size. Thank you. You guys are great. You’ve already got a satisfied customer here.

    #1133
    Axle Support
    Moderator

    Hello,

    Please add the below given css to Dashboard -> Appearance -> Customize -> Additional CSS

    .latest-news-thumb {
        max-height: 146px;
    }

    Hope it helps.
    Regards and thank you for the appreciation.
    Also thank you for your rating on wordpress.org repo we really loved it.

    #1135
    Anonymous
    Inactive

    No luck with that one. The posts are still different sizes.

    #1195
    Axle Support
    Moderator

    Can you please share your site URL? It will be easy for us to check issue there.

    #1201
    Anonymous
    Inactive
    #1205
    Axle Support
    Moderator

    Can you please try this CSS?

    @media only screen and (min-width: 1025px) {
    	.business_club_widget_latest_news .latest-news-item img {
    	    height: 200px;
    	}
    	.business_club_widget_latest_news .latest-news-text-wrap {
    	    height: 330px;
    	}
    }

    Let us know if it works or not.

    #1211
    Anonymous
    Inactive

    That did it!

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