Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterTo make the Site Title and Banner Ad section center, please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS code.
.navbar-head .navbar-head-row { -ms-flex-pack: center; justify-content: center; } .navbar-head .col-lg-4, .navbar-head .navbar-ad-section { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; text-align: center }
Thanks
Theme Horse Support Team
KeymasterHi @neil-5882,
Could you please share us your Site URL so that we can provide you the appropriate solution.
Thanks
Theme Horse Support Team
KeymasterOk got it.
Please again add the below code just beneath the previous code that we provided on ‘Appearance > Customize > Additional CSS’.body.page-id-103 .site-content { padding-top: 0; } body.page-id-103 .site-content .site-main .entry-header { display: none; }
Thanks
Theme Horse Support Team
KeymasterHi @100offdeal,
Actually there is no option to show 3 or 2 posts per row. The layout is pretty dynamic. The posts per row will changes on certain screen sizes and even changes on the options with sidebar layout or full width with no sidebar layout. But it can be controlled with Custom CSS.
So please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
@media (min-width: 992px) { .post-wrap .post-col { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }
(above code will work on bigger screen size even on Full width with no siderbar layout as well.)
Thanks
Theme Horse Support Team
KeymasterHi @shadhez,
Could you please explain us a bit more on which tags. Because tags are not shown on homepage or front page template. It is only shown on Post Single.
Or May be are you talking about ‘Category’?
Theme Horse Support Team
KeymasterWOW!
Great, Thank you :).Please let us know if you have any other queries regarding the theme.
Theme Horse Support Team
KeymasterHi @anesioneto,
Yes it’s about the Target Self and Blank but it is not handled through CSS. You have to make changes on Html Code of the theme.
So to make the target “self” instead of “blank” please go to the header.php file of the theme and go to line no: 92. There you will fine the code as:<a href="<?php echo esc_url( $newscard_settings['newscard_header_add_link'] ); ?>" class="newscard-ad-728-90" target="_blank">
Please replace the ‘_blank’ to ‘_self’ on it.
We recommended you to edit those code by creating a child theme so that your code won’t be lost while updating the theme to the new version.Thanks
Theme Horse Support Team
KeymasterHi @marcus-johnson,
We checked your Site but we didn’t understand about the layout issue on 1950px to 2370px. The layout is working very well above 1950px. But we have found the issue as you mentioned Featured posts getting beneath the Featured Banner Slider on the screen size below 1199px to 992px. This is happening just because the bootstrap CSS file is loaded after the parent theme style.css file in your Child Theme. So the style is override by Bootstrap CSS. You have to maintain all of the parent theme dependencies as this theme have more than 1 CSS file. So you need to load Bootstrap CSS before parent theme style.css and then child theme style.css.
Thanks
Theme Horse Support Team
KeymasterPlease go ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
#main .wp-block-gallery .blocks-gallery-grid { margin-left: 0; }
Thanks
Theme Horse Support Team
KeymasterHi @wittek-vincent,
To reduce the size of logo please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.navbar-brand .custom-logo-link { display: block; width: 100%; max-width: 180px; }
and for the other codes, we couldn’t understand what actually you want to do? first Let us know about your requirements then we will try to provide you the solution for it. We don’t want to provide you the codes without knowing your requirements because it might affect you whole Site display.
Thanks
Theme Horse Support Team
KeymasterHi @saherboy,
Does the Theme still Shows Left Alignment as normal language?.
Our Theme supports RTL Language as well, You don’t have to do any thing, not even any Custom CSS. The theme will have to auto change its alignment after you set the Arabic Language in the WordPress setting. Please share us your Site Url. We will check once to figure out the issue.Thanks
Theme Horse Support Team
KeymasterHi @lakshmankk74,
No, ‘Popular Stories’ is just the Title of section. It is not programmed to display most view or randomly. All those section (Main Stories, Editor’s Pick, Trending Stories, Popular Stories) will show Latest post initially. You can manage to show each section by category from each setting in customizer.
Thanks
Theme Horse Support Team
KeymasterCheers! It’s great that you solved the issue. No problem, you can upgrade to Pro Version whenever you want. Thank you for loving our theme and appreciating our hard work. Please let us know if you have any queries regarding the theme. We are always there to provide Best Support even for the free theme users.
Thanks and
Stay Home! Stay Safe!
Let’s break the chain of CoVid-19April 17, 2020 at 7:08 am in reply to: Is it possible to edit only the right side bar content for pages #76827Theme Horse Support Team
KeymasterHi @lakshmankk74,
Yes it is possible to hide Recent Posts Widgets on pages only. Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
body.page .site-content .widget-area .widget_recent_entries, body.page .site-content .widget-area .newscard-widget-recent-posts { display: none; }
Thanks
Theme Horse Support Team
KeymasterOk @sjoerd, Great going 🙂
-
AuthorPosts