badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 691 through 705 (of 5,207 total)
  • Author
    Posts
  • in reply to: Center text in header #77028

    Hi @paulomalheirodias,

    To 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

    in reply to: Attitude (Free) – Move Header Log Image Up #77012

    Hi @neil-5882,

    Could you please share us your Site URL so that we can provide you the appropriate solution.

    Thanks

    in reply to: CSS not working #77010

    Ok 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

    in reply to: How to Set 2 post per row #77009

    Hi @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

    in reply to: Tags Homepage #76976

    Hi @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’?

    in reply to: Responsive layout adjustment #76975

    WOW!
    Great, Thank you :).

    Please let us know if you have any other queries regarding the theme.

    in reply to: NewsCard – AD Banner target (frontpage) #76974

    Hi @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

    in reply to: Responsive layout adjustment #76969

    Hi @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

    in reply to: Gallery images not aligned properly #76877

    Hi @paul-armin-schieb,

    Please go ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    #main .wp-block-gallery .blocks-gallery-grid {
    	margin-left: 0;
    }

    Thanks

    in reply to: CSS not working #76875

    Hi @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

    in reply to: Use theme for Arabic content, right to left alignment #76873

    Hi @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

    in reply to: Items under Popular stories are #76871

    Hi @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

    in reply to: I can’t customize #76828

    Cheers! 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-19

    Hi @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

    in reply to: Tables not “themed”? #76749

    Ok @sjoerd, Great going 🙂

Viewing 15 posts - 691 through 705 (of 5,207 total)