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 - 2,401 through 2,415 (of 3,480 total)
  • Author
    Posts
  • Hi Henderson,

    We have encounter override css in your child theme style.css file.
    Please remove below code in your child theme style.css file to have the padding between site-title tagline and top menu

    .hgroup-wrap {
        padding-bottom: 10px;
    }

    Thank you!

    in reply to: Cannot download pro file #43482

    Hi Reiner,

    You have to login to our site with the same username here and you will be redirected to your account page where you can download the latest version in the available download section.

    Thank you!

    in reply to: Contact Info Bar in tablet e mobile #43383

    Hi Marcello,

    To show the top “Contact Info Bar” in tablet go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    @media only screen and (max-width: 767px) {
    	#masthead .info-bar {
    		display: none;
    	}
    }

    Thank you!

    in reply to: Slider- start sliding link to a page of the menu #43302

    Hi there,

    Oh! This features is not available in the free version you have to upgrade it to pro version to have the individual link for the slider as we have additional Image featured slider where you can add any link for the image.

    Thank you!

    in reply to: Menu bar and Footer menu #43299

    Hi Sgeorge,

    Sorry! It needs code customization you need to hire a developer as it is a new feature to add in the theme.

    Thank you!

    in reply to: Logo and mainmenu centered? #43298

    Hi Heidi,

    To make site logo and main navigation to be centered and main menu to be below the logo go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    @media only screen and (min-width: 768px) {
    	.hgroup-wrap {
    		text-align: center;
    	}
    	#site-logo {
    		float: none;
    		margin: 0 auto;
    		padding: 19px 0 0;
    	}
    	#site-title {
    		float: none;
    		margin-right: 0;
    	}
    	.hgroup-right {
    		float: none;
    		min-width: inherit;
    		padding-right: 0;
    	}
    	.main-navigation {
    		float: none;
    	}
    	.main-navigation li {
    		display: inline-block;
    		float: none;
    	}
    	.main-navigation ul li ul li {
    		display: block;
    		text-align: left;
    	}
    }

    Thank you!

    Hi Nicola,

    Could you please provide us your site URL? So that we can see the exact issue.

    Thank you!

    in reply to: Email addresses #43296

    Hi Shegga,

    Sorry! Email address that display in the top bar is not spam protected. We use it as a contact purpose. If you would like to protect it then you may use plugin available free in wordpress.org but we can not recommended any plugin and also can not guarantee that thirty party plugin works fine in our theme.

    Thank you!

    Hi there,

    The above css code is exactly correct for strong text but use it via custom css option rather then changing it directly from editor. Also it won’t change the gray color for other normal fonts.

    Thank you!

    in reply to: Upgrade to Pro leaves setting unchanged? #43120

    Hi Robert,

    Are you trying to have the same header image while changing the theme? If yes then WordPress wont set the same header image while changing the theme you have to set it again.

    Thank you!

    in reply to: Modify Footer #43115

    Hi Markus,

    To have the 3 columns in the footer go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button and drag text widget there and add your content as your wish.

    #colophon .one-fourth {
        width: 30%;
    }

    Thank you!

    in reply to: Center widgets in Business Page Template #43112

    Hi Arho,

    You have to use our specific our team widget for our team template but you can make the title center for any widget you use just go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    .our-team-template #main .widget-title {
        text-align: center;
    }

    Thank you

    in reply to: Top Bar or Banner Feature #43111

    Hi Toddw,

    To have the same top bar like our main site use this background-color to #71b02f instead of this code #2a2a2a.

    Thank you!

    in reply to: Padding #43110

    @jasyn To reduce the space under the menu bar on the other page except the home page go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    .home #content {
        padding: 60px 0 10px;
    }
    #content {
        padding: 0;
    }

    Thank you!

    in reply to: Last page line is hided by bottom bar #43108

    Hi Benjamin,

    Could you please provide us the site URL so that we can see the exact issue and provide you exact custom CSS code.

    Thank you!

Viewing 15 posts - 2,401 through 2,415 (of 3,480 total)