Tagged: remove main thumbnail part, TH horizontal
- This topic has 12 replies, 3 voices, and was last updated 4 years, 6 months ago by
Theme Horse Support Team.
-
AuthorPosts
-
August 13, 2020 at 9:43 pm #80165
tiburcioroberto
ParticipantDear 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
August 15, 2020 at 1:28 pm #80195Theme Horse Support Team
KeymasterHi 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
August 16, 2020 at 8:19 pm #80213tiburcioroberto
ParticipantThanks, 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.August 17, 2020 at 10:03 am #80225Theme Horse Support Team
KeymasterOk 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
August 18, 2020 at 5:16 pm #80266tiburcioroberto
ParticipantThanks, the code works on the computer but not on the table and mobile version
August 20, 2020 at 12:37 pm #80300Theme Horse Support Team
KeymasterTo 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
August 20, 2020 at 2:49 pm #80321tiburcioroberto
ParticipantThanks, I copy the code and paste it again but it remains the same
August 21, 2020 at 1:39 pm #80346tiburcioroberto
ParticipantI paste the code and it remains the same. it works in computer but in table and mobile it does not work
August 21, 2020 at 6:09 pm #80357Theme Horse Support Team
KeymasterWe 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
August 21, 2020 at 6:58 pm #80359tiburcioroberto
ParticipantThank 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
August 22, 2020 at 10:51 am #80392Theme Horse Support Team
KeymasterAre 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
August 22, 2020 at 2:41 pm #80403tiburcioroberto
Participantthanks for your excellent services
I was making the mistake of leaving the first paragraph of the old code
it’s OK now
August 23, 2020 at 12:26 pm #80417Theme Horse Support Team
KeymasterNo worries @robertotiburcio03
If you have any problem do not hesitate to contact us.Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.