Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
Author « Topic »  

sharonchinn
Advanced Member

USA
344 Posts

Pre-sales questions only
(More Details...)

Posted - 05/28/2018 :  08:56:40  
I'm on a Wordpress site, and my Search.php page is too big requiring customers to scroll right and down to find the Search submit button. What css fields do I need to change to make the form smaller or resize to fit the screen so no scrolling is needed. You can see the page on my site at:

https://www.decorativepaintingstore.com/search.php

Thanks.

Andy
ECT Moderator

95440 Posts

Posted - 05/28/2018 :  09:10:33  
Hi Sharon

Something odd is going on there. When I mouseover the search form the button moves and causes more scroll - there's a load off css used on the site but do you know where that is coming from?

Andy



Please feel free to review / rate our software

Andy
ECT Moderator

95440 Posts

Posted - 05/28/2018 :  09:29:54  
I found the problem in style.css, it's a conflict here - I would remove all that so you get a correct looking search form

.searchform {
display: block;
height: auto;
position: relative;
overflow: hidden;
}

Andy

Please feel free to review / rate our software

sharonchinn
Advanced Member

USA
344 Posts

Pre-sales questions only
(More Details...)

Posted - 05/28/2018 :  12:01:25  
At the moment I can't find a style.css file, can you tell me where you found it. I use the ect.css in my root.

sharonchinn
Advanced Member

USA
344 Posts

Pre-sales questions only
(More Details...)

Posted - 05/28/2018 :  12:06:33  
Finally I found a style.css in my Tempera WP theme. Not sure what editing that will do to my overall site layout.

Edited by - sharonchinn on 05/28/2018 12:07:22

Andy
ECT Moderator

95440 Posts

Posted - 05/28/2018 :  12:12:00  
It's a css conflict and unless you are using the wordpress search feature, it shouldn't cause any issues.

Andy

Please feel free to review / rate our software

sharonchinn
Advanced Member

USA
344 Posts

Pre-sales questions only
(More Details...)

Posted - 05/28/2018 :  12:31:21  
I commented out the section of the style.css sheet, but it still has the scroll bars. Did I not comment out enough or not doing this correctly?

/* Search buttons -CONFLICT WITH ECT SEARCH
.searchform {
display: block;
height: auto;
position: relative;
overflow: hidden;
}

.contentsearch {
display: block;
float: none;
overflow: hidden;
margin-bottom: 20px;
padding: 10px 0;
}

.no-results .contentsearch {
padding: 0;
}


.searchform input[type="search"] {/* This keeps the search inputs in line This is the Sidebar Search*/
display: block;
float: left;
padding: 0 30px 0 10px;
height: 50px;
width: 100%;
border-radius: 4px;
}
.contentsearch .searchform input[type="search"]

{
width: 100%;
margin-left: 0;
}


.searchsubmit {
display: block;
position: absolute;
right: 0;
font-family: "elusive";
font-size: 17px;
border: none;
height: 50px;
vertical-align: middle;
background: none;
box-shadow: none;
opacity: .5;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
END ECT SEARCH FORM CONFLICT------------------------*/

Andy
ECT Moderator

95440 Posts

Posted - 05/28/2018 :  13:04:01  
That looks better to me. Can you force a refresh Ctrl+refresh and check?

Andy

Please feel free to review / rate our software

sharonchinn
Advanced Member

USA
344 Posts

Pre-sales questions only
(More Details...)

Posted - 05/28/2018 :  16:26:58  
Now on Chrome the Search submit button is far right beyond my right sidebar. No change on Safari that I can see.

sharonchinn
Advanced Member

USA
344 Posts

Pre-sales questions only
(More Details...)

Posted - 05/29/2018 :  05:16:58  
Took the additional out and now the submit button is far right beyond the right sidebar on both Chrome and Safari.

Andy
ECT Moderator

95440 Posts

Posted - 05/29/2018 :  05:42:36  
In line 1941 I still see the class for .searchsubmit - sorry the forum mangled my reply above but it's that class that you need to comment out.

Andy

Please feel free to review / rate our software

sharonchinn
Advanced Member

USA
344 Posts

Pre-sales questions only
(More Details...)

Posted - 05/29/2018 :  05:55:22  
Thanks! I thought I had commented out that whole piece, but there was another commented out note within my /* */ which seemed to negate my second part. I've fixed that and it looks good now.

Thank you so much for your help and patience! You're the best!
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000