Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi all,
Search function will disable in mobile version by default.
To show it on mobile devices just add below custom css:@media only screen and (max-width: 767px) { .search-toggle { display: block; margin-top: 22px; right: 40px; } #search-box { right: 30px; min-width: 203px; } }
Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Habijabi,
Width of your image size is smaller than our content area and it display the exact image size. If you want to show the image to the full width just add below custom css.
img.size-full.wp-image-91 { width: 100%; }
Thank you!
Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterHi Giuseppe ,
Add below custom css code to shift the top logo from the center to the left and social icons to the right:
.hgroup-left { float: right; }
Thank you!
Theme Horse Support Team
KeymasterHi Richard,
Sorry! We are not ignoring your queries.
This topic get to the next page as pagination 2 and we din’t click on the next page and thought that the last reply was from us as we see here.
If we have seen it we definitely reply it. It’s a simple queries and we have already replied it please let us know if above css code helps you out or not.Once again sorry for inconvenience.
Thank you!
Theme Horse Support Team
KeymasterHi Richard,
There is no individual settings for the slider title/description the appearance of it will be handle with the Appearance > Theme Options. If you need the individual setting for it then you have to use custom css just go to Go to Appearance > Customize > Design Options > Custom CSS and paste the following CSS code and click on Save & Publish button:
.featured-text .featured-title { background-color: #ff2d00; font-size: 35px; color: #ffffff; } .featured-text .featured-content { background-color: #ffffff; font-size: 13px; color: #ff2d00; }
I have changed the code as per your requirement if you need to change it just change the above HEX color code and digit value 35/13 for font size as you wish.
Thank you for using our theme.
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Ciubotaru,
Can you please provide us the site url? So that we can see which white lines you are talking about.
Thank you!
Theme Horse Support Team
KeymasterHi Lisa,
As of your PayPal button there will be different custom css code you have to add below one:
input[type="image"] { border: 0 none; width: inherit; padding: 0; }
Thank you!
Theme Horse Support Team
KeymasterHi Bruce3,
Sorry! Sidebar will move to bottom while your screen size is shorter than 1024px and this was built-in from the first release of the theme.
Thank you!
Theme Horse Support Team
KeymasterHi it5,
Add below custom css code to add gradient background
#page { background: -webkit-linear-gradient(#06B8D7, #fff); background: -moz-linear-gradient(#06B8D7, #fff); background: -ms-linear-gradient(#06B8D7, #fff); background: -o-linear-gradient(#06B8D7, #fff); background: -webkit-gradient(#06B8D7, #fff); background: linear-gradient(#06B8D7, #fff); }
Note: Change the above HEX color code
#06B8D7
to your selected blue color.Thank you!
Theme Horse Support Team
KeymasterHi Richard,
1. To change the orientation of the director images as you described first replace the first section with second one (male) and first section (female) to second. and add below custom css code to spanning the first section content across the whole of the remainder of the screen.
#interface_recent_work_widget-4 .one-fourth { width: 97%; } #interface_recent_work_widget-4 .one-fourth a { width: 25%; }
2. May you have not add the full content in the excerpt as described here and also increase the excerpt value via Appearance > Customize > Advance options > Excerpt length there you can change the digit value as a length.
3. Add text widget above the directors section to add title as you did for the first widget section.
Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Birgit,
Add below custom css code increasing digit value
1038
for main wrapper and978
for container accordingly as per you need..wrapper { max-width: 1038px; } .container { max-width: 978px; }
Thank you!
Theme Horse Support Team
KeymasterHi Toniaustin,
Just add
font-weight: bold;
in the selector where you want the bold font style.Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Richard,
Apologies for the late reply. We missed your topic.
As of your site widget placement we have provide you a below custom css:
First question: For to show the 3 section top and 2 section below across the page:
#interface_recent_work_widget-2 .one-fourth { width: 30.32%; } #interface_recent_work_widget-3 .one-fourth { width: 47%; }
Second question: You can not add sidebar easily. It needs code customization.
Third question: For to change the orientation of the directors images and bio you can use testimonial widget as shown in the demo site which will show image to the left and bio to the right, However if you want to use the same recent work widget as in you site then please add below custom css but do not add widget title, content and action button as you did just in above widget.
#interface_recent_work_widget-4 .one-fourth { width: 47%; } #interface_recent_work_widget-4 .column a { float: left; width: 50%; margin-right: 20px; } #content #interface_recent_work_widget-4 .custom-gallery-title, #interface_recent_work_widget-4 p { display: block; overflow: auto; }
If you have any problem then let us know.
Thank you!
Theme Horse Support Team
KeymasterHi Sanford,
It seems that you have add the below custom css which override the height to 400px for mobile devices. Please remove it and check once.
.slides { height: 400px; }
Thank you!
-
AuthorPosts