Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Edinahofer,
To make the logo close with the image slider on the left side and so also the menu and also to remove the white space Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.hgroup-wrap .container { max-width: 98%; } .search-toggle { margin-top: 29px; } #search-box { top: 70px; } #access a { height: 41px; padding: 19px 0 0; } #site-logo { margin-top: 4px; } .search-toggle { margin-top: 19px; } #access ul li ul { top: 60px; }
Thank you!
Theme Horse Support Team
KeymasterHi Bkchua,
You can Google for that and sure you will find the notification plugin.
Thank you!
Theme Horse Support Team
KeymasterHi Krishnanand,
Did you customize any code?
Also try re-installing the fresh copy of the theme in your site.Thank you!
September 22, 2015 at 9:41 am in reply to: Eliminating Column Between Left Side Bar and Main Content #28584Theme Horse Support Team
KeymasterHi Tomstrain,
To eliminate the space between the left sidebar and the main content first remove the CSS code that you have edited in the main style.css and Go to Appearance -> Theme Options/Customize -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#primary { width: 76%; } #secondary { width: 20%; } @media only screen and (max-width: 1078px) { #primary, #secondary { width: 100%; } }
Thank you!
September 21, 2015 at 4:53 pm in reply to: How to hide footer widget column 1 – 2 – 3 on all pages except main page #28563Theme Horse Support Team
KeymasterHi mail5,
So you want to hide the footer widget columns to achieve that could you please provide us your site URL? So that we can provide you a exact CSS code.
Thank you!
Theme Horse Support Team
KeymasterSorry! We missed one line and edited the above CSS code please replace previous code with above one.
Thank you!
September 21, 2015 at 4:44 pm in reply to: The new update of attitude pro 2.0 theme zip file dosnt work… #28561Theme Horse Support Team
KeymasterGreat !
We have spend lots of time and efforts to develop this theme available free/premium for all.
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/attitude
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterGreat ! If you got any issue then let us know.
Have a great day.Thank you!
Theme Horse Support Team
KeymasterGreat !
We have spend lots of time and efforts to develop this theme available free for all.
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/attitude
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterHello,
Sorry! WordPress.org and WordPress.com is different you can not use .org themes in .com.
In WordPress.com you have to use the theme from it’s own theme directory only.Thank you!
Theme Horse Support Team
KeymasterHi Edinahofer,
To float the menu on the right side and the Logo on the left side Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#site-logo { float: right; } .hgroup-right { float: left; } @media only screen and (max-width: 767px) { .menu-toggle { float: left; } }
Thank you!
Theme Horse Support Team
KeymasterYes you have to edit that CSS code to set the size of a form input field and textarea.
Please edit it via Custom CSS option so that your CSS code will not be lost each and every time you update the theme.Thank you!
Theme Horse Support Team
KeymasterHi krishnanand,
Please try deactivating plugin one by one. May some plugin conflict the menu script.
Thank you!
Theme Horse Support Team
KeymasterHi Brian,
To remove the slider content login to your WP dashboard and go to the Appearance > Customize > Ambition Theme Option > Custom CSS then paste the following CSS code and Click on Save & Publish button.
.featured-text .featured-content { display: none; }
We have spend lots of time and efforts to develop this theme available free/premium for all.
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/ambition
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterHi Jeremy,
Login to you WP dashboard and go to the Appearance > Customize > Ambition Theme Option > Custom CSS then paste the following CSS code and Click on Save & Publish button.
#colophon .widget_nav_menu { text-align: center; } #colophon .widget_nav_menu li { display: inline; float: none; }
Also please edit or customize the CSS code via Custom CSS option as above OR do create child theme to customize the main CSS code.
If you edit the main CSS code directly in style.css file then you will lost your edited code after you update the theme and you will have to edit it again and again each and every time you update the theme.Thank you!
-
AuthorPosts