Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterYou can Email us here.
Thank you!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi,
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!
Theme Horse Support Team
KeymasterHi Sunghoon,
It seems that you have already align the menu in center via theme settings.
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi 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!
November 5, 2015 at 6:57 am in reply to: Display "menu" text next to responsive menu and Woocommerce #39252Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi Thomas,
Can we have the site URL where you have set the “No sidebar full width”?
Thank you!
Theme Horse Support Team
KeymasterIt’s Ok.
Have a Great day to you too. 🙂Theme Horse Support Team
KeymasterHi bkchua,
To make sub items in menu collapsed by default when viewing in mobile Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
@media only screen and (max-width: 767px) { #access ul li ul, #access ul li:hover ul ul, #access ul ul li:hover ul ul, #access ul ul ul li:hover ul ul, #access ul ul ul ul li:hover ul ul { display: none; } }
Thank you!
November 3, 2015 at 4:44 pm in reply to: Space above revolution slider on iPhone isn't correct #39170Theme Horse Support Team
KeymasterHi Kai,
Remove the 30px space from the slider options/Layout & Visual/Position that you have set via revolution slider settings.
And below CSS code in custom CSS via Appearance -> Theme Options -> Design Options Tab -> Custom CSS.business-layout .header-main { padding-top: 30px; }
Thank you!
Theme Horse Support Team
KeymasterHi Thomas,
To increase the read more link button size go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
a.more-link { padding: 8px 20px; }
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Shane,
Oh! Yes there is an issue in the new version. It may be the issue while moving the theme option settings to customizer.
We will fixed this issue in next version update.Thank you for reporting the issue.
-
AuthorPosts