Forum Replies Created
-
AuthorPosts
-
Theme Horse Support TeamKeymaster
Hi info 19,
For this you have to change overall structure of CSS.
Wide layout means not only it stretch to the whole part of the browser.Thank you!
Theme Horse Support TeamKeymasterHi Arjen,
To change the background-color of the sidebar go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#secondary { background-color: pink; padding: 2%; width: 27.28%; }
And for the white color you can change it from theme option.
Thank you!
Thank you!
Theme Horse Support TeamKeymasterHi Namdar,
To delete the gray background go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.page-title-wrap { display: none; }
Thank you!
Theme Horse Support TeamKeymasterSorry that is the header image not the revolution slider. Here is the screenshot of your site http://awesomescreenshot.com/06e3nicnb7 and we haven’t seen any free space. If we are having misunderstand please provide us the screenshot what you are trying to do?
Thank you!
Theme Horse Support TeamKeymasterHi Fredrik,
To Remove the default menu 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) { .menu-toggle { display: none; } }
Note: Please remove above CSS to show the default built-in menu.
Thank you!
Theme Horse Support TeamKeymasterSorry we haven’t seen any revolution slider here in this page http://manuelhesse.de/wordpresskorrotherm/ueber-uns/
Thank you!
Theme Horse Support TeamKeymasterHi Bru,
To change the appearance style of the promo box as you said Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.widget_promotional_bar { text-align: center; } .widget_promotional_bar .call-to-action { float: none; margin-top: 16px; } .widget_promotional_bar .promotional-text { float: none; width: 100%; }
Thank you!
Theme Horse Support TeamKeymasterHi Benlifton,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS add the following CSS code and Click on save all changes button:
.hgroup-right { float: none; } #access { float: none; text-align: center; } #access li { display: inline-block; float: none; }
Thank you!
Theme Horse Support TeamKeymasterHi Brian_land,
It seems that you have edit the core style.css file. You have edited the css file yourself and it is having issue. Please use the original built-in style.css file.
Thank you!
Theme Horse Support TeamKeymasterHi Jim,
To change the background color for the navigation you can change it via theme options.
Go to Appearance -> Theme Options -> Design Options Tab -> Color Options -> Background Color Options There you will see Top Menu Navigation Background Color options change the color of your choice and click on save all changes button.And for the title space
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:#main { padding-top: 20px; }
Thank you!
October 9, 2014 at 5:44 pm in reply to: Set phone number right-aligned, and center the "TH: Services" widget #17309Theme Horse Support TeamKeymasterSorry this is not easily possible. We have made it for four column. Two column will not automatically aligned to center. It needs code customization. You need to hire a developer for this.
Thank you!
Theme Horse Support TeamKeymasterHi Benlifton,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS add the following CSS code and Click on save all changes button:
.hgroup-right { float: none; } #access { float: none; text-align: center; } #access li { display: inline-block; float: none; }
Thank you!
Theme Horse Support TeamKeymasterHi Fredrik,
What you are trying to say we did not understand could you please clarify it again?
Thank you!
Theme Horse Support TeamKeymasterHi Jorg,
To reduce the gap between parent menu and dropdown men 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 { top: 70px; }
Thank you!
October 7, 2014 at 3:44 pm in reply to: Set phone number right-aligned, and center the "TH: Services" widget #17198Theme Horse Support TeamKeymasterHi Gonzalo,
To align phone number to right beside the social icons Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.info-bar .info { float: right; margin-left: 10px; }
And for the services widget. All the contents in the services widget are already centered.
Thank you!
-
AuthorPosts