Forum Replies Created
-
AuthorPosts
-
October 6, 2017 at 2:56 pm in reply to: Getting rid of grey thick box around main content on every page. #53497
Theme Horse Support Team
KeymasterHi Sharon,
Sorry for that. We are having issue in our support forum.
just add below custom css to get rid of that too then#main .post, #main .attachment, .nav-links { margin-bottom: 0; }Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Monmidt,
We have viewed your site and we see that the background image is fully scaled to its container.
Please clarify if you are not talking about background image.Thank you!
Theme Horse Support Team
KeymasterHi Sozan,
to set the only one column on mobile and 3 on desktop just go Appearance > Customize > WP Portfolio Theme Options > Custom CSS and paste the below CSS code then click on Save button.
.post-main .post { width: 33.33%; } @media only screen and (max-width: 767px) { #main .post-main .post { padding: 0; width: 100% !important; } }Thank you!
Theme Horse Support Team
KeymasterIf you need any further assistance, please, do not hesitate to contact us again.
Thank you!
Theme Horse Support Team
KeymasterHi Sr,
Go to Appearance > Customizing > Design Options > Custom CSS and paste the below CSS code then click on Save button.
#access { border: 0 none; }Thank you!
Theme Horse Support Team
KeymasterHi Nela,
Our theme update is manual process and you will have to be active towards our site.
Whenever there is a newer version we update it into your account download section as well as update the new version info on its individual theme page.We have update the theme time to time this year. and you can view the changelog here.
Download the latest version of the theme via you account section from our site and update it.And yes you can use it on multiple sites but you will get support for only one site.
If you have any problem let us know.
Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Schoukah,
We have not change appearance on menu.
If you downgrade back to the previous version you will see same appearance as you see on the latest version.To reduce the gap between the main menu and the dropdown menu just Go to Appearance > Customize > Interface Theme Options > Custom CSS and paste the below CSS code then click on Save button.
#access ul li ul { top: 70px; }Thank you for appreciating our work.
Theme Horse Support Team
KeymasterHi @rob3, @lenylucky
To reduce the white space go to Go to Appearance > Customize > Interface Theme Options > Custom CSS and paste the below CSS code then click on Save button.
#site-logo { margin-top: 10px; } #access a { padding: 25px 0 0; height: 45px; } #access ul li ul { top: 70px; } .search-toggle { margin-top: 25px; } #search-box { top: 70px; }Thank you!
Theme Horse Support Team
KeymasterHi Diogomto,
As of your email we have replied your all queries here in this reply.
To align logo vertically center and to change the color of the block and position them a bit up just go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.
#site-logo { margin-top: 22px; } .featured-text { bottom: 200px; } .featured-text .featured-title { background-color: #2b3c8e; }Change the above hex color code
#2b3c8eto change the different color for the block and to disable the link it need code customization you need upgrade to pro version or hire a developer.Thank you!
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 Horse -
AuthorPosts
