Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi Johann,
Oh! We have already fix that issue.
Login to your account and download the latest version.Thank you!
Theme Horse Support Team
KeymasterHi 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!
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. 🙂 -
AuthorPosts