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,461 through 2,475 (of 3,489 total)
  • Author
    Posts
  • in reply to: Frontpage slidehow max width and aligned to center #42365

    Hi Heidi,

    Please try below custom css code. Hope it solves your issue.

    .featured-slider {
        margin: 0 auto;
        max-width: 1170px;
    }
    @media only screen and (max-width: 1290px) {
    	.featured-slider {
    		width: 964px;
    	}
    }
    @media only screen and (max-width: 1023px) {
    	.featured-slider {
    		width: 708px;
    	}
    }
    @media only screen and (max-width: 767px) {
    	.featured-slider {
    		width: 300px;
    	}
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    	.featured-slider {
    		width: 460px;
    	}
    }

    Thank you!

    in reply to: Attitude French Translation available #42358

    That’s great theophil_bethel. You can forward the translation file via email.

    Thank you!

    in reply to: Side bar width #42357

    Hi there,

    What alter you need for the width of the sidebars?

    Thank you!

    in reply to: Move Header Logo to Far Left #42356

    Hi Robert,

    To move the header logo position to the far left of the screen Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and click on save button:

    .hgroup-wrap .container {
        max-width: 97%;
    }

    Thank you!

    in reply to: demo help #42290

    Hi toddw,

    Thank you for your time and review.
    We really appreciate your rating. 🙂

    Thank you!

    in reply to: Frontpage slidehow max width and aligned to center #42286

    Hi Heidi,

    Ok set it back to the wide layout and just use below custom css to make slider same width than site contents

    .featured-slider {
        margin: 0 auto;
        max-width: 1170px;
    }

    Thank you!

    in reply to: Static front page vertically responsive #42244

    Hi Laura,

    First what you have to do disable the slider and remove the image from the slider and set that image as background image.
    To set the background image go to Appearance > Background select the image and set the settings as shown in this screenshot and again go to the Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #site-title a img {
        max-width: 300px;
    }
    body {
        background-size: cover;
    }
    #colophon {
        bottom: 0;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

    Thank you!

    in reply to: Frontpage slidehow max width and aligned to center #42242

    Hi Heidi,

    You can use narrow layout as well for the same width for slider and the contents.
    Go to Appearance -> Customize -> Ambition Theme Options -> Site Layout click on narrow layout option then click on Save button.

    Thank you!

    in reply to: Remove "Short Descriptions" from Featured Image Slider #42241

    Hi Robert,

    For that you have to add below CSS code in custom CSS:

    #controllers {
        bottom: inherit;
        right: 15px;
        text-align: right;
        top: 15px;
    }

    Thank you!

    in reply to: Blog on Business Page #42211

    Hi Rudolf,

    We have not develop specific blog widgets for business section. It need code customization you have to hire a developer.
    May we will add that in future version update.

    Thank you!

    in reply to: Additional Social Link #42210

    Hi Catriona,

    We will add this into our update list and we will update it in near future.

    Thank you for using our theme.

    in reply to: Remove "Short Descriptions" from Featured Image Slider #42209

    Hi Robert,

    Please add below custom CSS to hide the short description in the slider.

    .featured-text .featured-content {
        display: none;
    }

    Thank you!

    in reply to: Static front page vertically responsive #42208

    Hi Laura,

    Are you asking to have the same thing in our theme? Also provide us your site URL too?

    Thank you!

    in reply to: demo help #42207

    Hi Toddw,

    Please email us your temporary username and password to your site here so that we can set the dummy content in your site same like our demo.
    Please do not share any username and password here in this forum because this forum is public and visible to all the members.

    in reply to: Slider does not work #42206

    @belgiqueseo Sorry we are not misleading. For Featured Post/Page Slider Options you should not have to upgrade it to premium version but if you need extra slider that is Image slider then only you have to upgrade it to premium version. You can easily set the Featured Post/Page Slider same like our demo in the free version. If you can not set that in the free version then you have to ask for support here in this forum.

    Thank you!

Viewing 15 posts - 2,461 through 2,475 (of 3,489 total)