Forum Replies Created
-
AuthorPosts
-
You must have valid license to access this content.
FocuxTheme Support
KeymasterNo, I haven’t aligned the input to left in reset.css, which page I can check the form with chrome dev tool?
FocuxTheme Support
KeymasterMaybe I understood wrong for this “I would like the background image on a row to be fixed”, I was thought that you want to make the image to be fixed. And in your last reply, you said “so when you scroll, the image moves up too.”, actually you want to the image to be scroll (background-attachment:scroll in CSS expression).
If so, you should edit the row in Visual Composer, select “design option”, please set the custom background color as well like I did for the last section, then the background image will be move up when you scroll the page.
FocuxTheme Support
KeymasterHi
1. Could you post a screenshot? Because it works fine on my ipad. Or try to reduce the search textbox width with the following custom CSS, put it into Samsara options > Custom styles > CSS code.
#slidedown-search input[type="text"]{width:180px;}2. Thanks for reminded, I will fix this issue in the next version, and now the quick solution is that please put the following custom CSS into Samsara options > Custom styles > CSS code
.tools ul li a { -webkit-transition: width .3s ease; -moz-transition: width .3s ease; -ms-transition: width .3s ease; -o-transition: width .3s ease; transition: width .3s ease; }Thanks
FocuxTheme Support
KeymasterIs there any way to reproduce the issue to me? Because I checked the homepage, the background image of sections seems fixed and no parallax.
FocuxTheme Support
KeymasterI don’t know which picture is the new LOGO. Please refer to this FAQ http://themeforest.net/item/samsara-creative-multipages-and-one-page-wordpress-theme/7005550/faqs/21138
Thanks
You must have valid license to access this content.FocuxTheme Support
KeymasterYou can find the CSS selector or ID of the form or form container with chrome developer tool or directly view the source code of your page, let’s say “#form-1”, then try to add the following custom CSS
#form-1{text-align:center;}FocuxTheme Support
KeymasterOK.
FocuxTheme Support
KeymasterI tried it on my demo site, and it’s working fine.
Could you tell me your link and login details again? I can try it on your site again.
Also, what’s browser you used? What’s the size of your screen?
-
AuthorPosts
