badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Remove top in widget TH horizontal / vertical post

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #80165
    tiburcioroberto
    Participant

    Dear Sirs of Theme Horse

    I want to remove the top part and show the widget in all posts

    https://drive.google.com/file/d/1uMrIFK_oh6OnJRYC7FgTn0a92WdYU80b/view?usp=sharing

    #80195

    Hi robertotiburcio03,

    Do you mean to remove the top main thumbnail parts only, if so please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .site-content .widget-area .newscard-widget-horizontal-vertical-posts .first-col {
    	display: none;
    }

    Thanks

    #80213
    tiburcioroberto
    Participant

    Thanks, the code removes the top main thumbnail parts, but it doesn’t show me the last published article of the opinion category in the widget.
    I want the widget to display all posts in thumbnail.

    #80225

    Ok the previous code was just to hide the first main thumbnail so the first post also got hide with it.

    Now please remove the previous code and paste the below Custom CSS code.

    .site-content .widget-area .newscard-widget-horizontal-vertical-posts .first-col,
    .site-content .widget-area .newscard-widget-horizontal-vertical-posts .second-col,
    .site-content .widget-area .newscard-widget-horizontal-vertical-posts .second-col .col-md-6.post-col {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .site-content .widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post {
    	padding: 15px 15px 0;
    }
    .site-content .widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
    	float: left;
    	margin-right: 15px;
    	margin-bottom: 15px;
    	height: 80px;
    	width: 80px;
    }
    .site-content .widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-content {
    	padding: 0 0 5px;
    	display: block;
    	overflow: hidden;
    }
    .site-content .widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .entry-meta.category-meta {
    	margin-bottom: 3px;
    }
    .site-content .widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .entry-title {
    	font-size: 19px;
    	margin-bottom: 5px;
    }
    .site-content .widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .entry-content {
    	display: none;
    }
    @media (min-width: 1400px) {
    	.site-content .widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
    		height: 90px;
    		width: 90px;
    	}
    }
    @media (min-width: 1600px) {
    	.site-content .widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
    		height: 100px;
    		width: 100px;
    	}
    }
    @media (min-width: 1800px) {
    	.site-content .widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
    		height: 105px;
    		width: 105px;
    	}
    }

    Thanks

    #80266
    tiburcioroberto
    Participant

    Thanks, the code works on the computer but not on the table and mobile version

    #80300

    To work on all screen size including tablet and mobile, we have made minor changes on the code. Please copy the previous code and paste in again on ‘Additional CSS’ field as mentioned before.

    Thanks

    #80321
    tiburcioroberto
    Participant

    Thanks, I copy the code and paste it again but it remains the same

    #80346
    tiburcioroberto
    Participant

    I paste the code and it remains the same. it works in computer but in table and mobile it does not work

    #80357

    We are pretty confused. Do you want to make the main posts Featured Image of every widgets to a smaller thumbnail or you only want to make small thumbnail for Sidebar Section’s widgets only. Because we have provided the code to work only for the Sidebar Section’s Widget (TH Horizontal/Vertical Posts).

    Please let us know in more detail (Like you want the changes on all the widget of Sidebar and Content section).

    Thanks

    #80359
    tiburcioroberto
    Participant

    Thank you, here is a picture where I explain what I want.

    In the computer it is correct but in mobile it shows the large image in the top.

    https://drive.google.com/file/d/1t6DQautGvYnsYkpP2zYu6y4tp8EOClMl/view?usp=sharing

    #80392

    Are you sure that you have used the code that we have lastly updated. We have checked and the code is working very well even in tablet and mobile.

    Please remove the older code that you have used and copy the updated code and paste it on the mentioned “Additional CSS’ field.
    Or could you please share us your Site URL so that we can check about the issue your are facing.

    Thanks

    #80403
    tiburcioroberto
    Participant

    thanks for your excellent services

    I was making the mistake of leaving the first paragraph of the old code

    it’s OK now

    #80417

    No worries @robertotiburcio03
    If you have any problem do not hesitate to contact us.

    Thank you!

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