badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 2,626 through 2,640 (of 3,469 total)
  • Author
    Posts
  • in reply to: Responsive behavior on mobiles #39298

    Hi Sebastian,

    Responsive is working fine you donot have to add any Custom CSS.
    Are you trying to display content area and sidebar at a same time.

    Thank you!

    in reply to: true full width for mobile #39297

    Hi Uehara000,

    Please use below Custom CSS code to have the full width for small devices:

    @media only screen and (min-width: 320px) and (max-width: 767px) {
    	#main .container {
    	    width: 96%;
    	    max-width: 96%;
    	}
    }

    Thank you!

    in reply to: STOP the Themes Bundle Package PopUp #39294

    Hi Johann,

    Oh! We have already fix that issue.
    Login to your account and download the latest version.

    Thank you!

    in reply to: Customize Screen Isn't Loading #39290

    Hi Wilnesse,

    We have checked and it’s working fine here.Could you please provide us the temporary username and password to your site via Email. So, that we can see the exact issue.
    Please do not share any username and password here in this forum because this forum is public and visible to all customers.

    Thank you!

    in reply to: Header Logo won't load :D HELP x x #39262

    You can Email us here.

    Thank you!

    in reply to: Tabulator for text on business home page #39256

    Hi Thomas,

    To have the text widget as the width of service widget Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .business-layout .widget_text {
        margin: 0 auto;
        max-width: 978px;
        padding: 60px 0;
    }
    @media only screen and (max-width: 1078px) {
    	.business-layout .widget_text {
       		width: 708px;
       		padding: 30px 0;
    	}
    	.narrow-layout .widget_text {
     		width: 668px;
    	}
    }
    @media only screen and (max-width: 767px) {
    	.business-layout .widget_text{
    		width: 300px;
    	}
    	.narrow-layout .widget_text {
    		width: 280px;
    	}
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    	.business-layout .widget_text {
    		width: 460px;
    	}
    	.narrow-layout .widget_text {
    		width: 440px;
    	}
    }

    And for the background image we have set it to covered the full screen size with background centered and it’s not an issue.

    Thank you!

    in reply to: Center Align Menu Items, Make Menu Full Width #39255

    Hi,

    It needs code customization. You have to hire a developer for this as it is a new feature to be add in the theme.

    You can use our another theme Ultimate Pro OR Attitude Pro as well for the full with menu.

    Thank you!

    in reply to: ask to align center navigation menu plz~ #39254

    Hi Sunghoon,

    It seems that you have already align the menu in center via theme settings.

    Thank you for using our theme.

    in reply to: Top Navigation Menu Vertical Position #39253

    Hi Kyle,

    To align the menu vertically centered as of your logo height. Go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save & Publish button.

    .main-navigation a {
        height: 67px;
        padding: 42px 0 0;
    }
    .main-navigation li {
        position: relative;
    }
    .main-navigation ul li ul {
        top: 109px;
    }
    .search-toggle {
        margin-top: 42px;
    }
    #search-box {
        top: 90px;
    }
    @media only screen and (max-width: 767px) {
        .menu-toggle {
            margin-top: 36px;
        }
    }

    Thank you!

    in reply to: Display "menu" text next to responsive menu and Woocommerce #39252

    Hi Jon1,

    To create a child theme you need to create style.css first. Just create a ultimate-pro-child folder inside wp-content/themes. Under style.css file add below code:

    /*
    Theme Name: ultimate Pro Child Theme
    Author: Self-Help WordPress User
    Template: ultimate
    */
    
    @import url("../ultimate-pro/style.css");
    
    .menu-toggle:before {
        content: "menu";
    }
    .menu-toggle {
        margin-top: 12px;
    }

    We are busy moving theme options settings to WP customizer.
    It will take some time to be fully woo-commerce compatible.

    Thank you!

    in reply to: Purchased Clean Retina Pro #39251

    Hi Vasil,

    Actually after the purchase of our theme you will get free update and support for one year from our support forum.
    After one year if you want to continue with the update and support for the theme you will have to pay $15 for another year.
    But you can continue to use the theme for the lifetime without renewing the yearly subscription.

    If you do not want to renew your subscription then you can ignore the invoice and no any action required.

    Thank you!

    in reply to: Have to log in, repeatedly when customizing #39175

    Hi Per,

    Could you please provide us the temporary username and password to your site via Email. So, that we can see the exact issue.
    Please do not share any username and password here in this forum because this forum is public and visible to all customers.

    Thank you!

    in reply to: Uppercase in menus #39174

    Hi Per,

    To have the default setting for text transform in sub menus go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access ul li ul li a,
    #access ul li.current-menu-item ul li a,
    #access ul li ul li.current-menu-item a,
    #access ul li.current_page_ancestor ul li a,
    #access ul li.current-menu-ancestor ul li a,
    #access ul li.current_page_item ul li a {
        text-transform: none;
    }

    Thank you!

    in reply to: Tabulator for text on business home page #39173

    Hi Thomas,

    Can we have the site URL where you have set the “No sidebar full width”?

    Thank you!

    in reply to: Add a line to show website uses cookies #39172

    It’s Ok.
    Have a Great day to you too. 🙂

Viewing 15 posts - 2,626 through 2,640 (of 3,469 total)