eKliss Posted January 10, 2013 Share Posted January 10, 2013 Hello! I opened recently and would like the site tested, regarding loading times, etc. I know about the problem with JGallery Viewer, still working on it. Other than that, would appreciate any and all suggestions. Thank you! My site is www.ekliss.com Link to comment Share on other sites More sharing options...
yaniv14 Posted January 10, 2013 Share Posted January 10, 2013 to fix the image gallery at home page: 1. remove: margin-top: -1.7em; from: body#index #featured-products_block_center h5 so it will look like: body#index #featured-products_block_center h5 { /*margin-top: -1.7em;*/ } 2. remove: border-bottom: 3px solid black; from: #center_column .products_list_block ul li add: height: 245px !important; to the same location, or you can do height: 275px; !important; depend how you want it to look. so after both it will look like: #center_column .products_list_block ul li { float: left; padding: 3px; width: 215px; background: black; /*border-bottom: 3px solid black;*/ height: 245px !important; } make sure all your slider images are 900px x 300px and not 890px x 300px beside those small issues everything else looks fine and run smooth from Israel 1 Link to comment Share on other sites More sharing options...
mobilskal Posted January 11, 2013 Share Posted January 11, 2013 Hello! I opened recently and would like the site tested, regarding loading times, etc. I know about the problem with JGallery Viewer, still working on it. Other than that, would appreciate any and all suggestions. Thank you! My site is www.ekliss.com Loads pretty fast from USA (1-3 seconds).Your index main is around 1.6 MB in size. Maybe try to optimize images even more? Nice site by the way. 1 Link to comment Share on other sites More sharing options...
eKliss Posted January 11, 2013 Author Share Posted January 11, 2013 Thank you! to fix the image gallery at home page: 1. remove: margin-top: -1.7em; from: body#index #featured-products_block_center h5 so it will look like: body#index #featured-products_block_center h5 { /*margin-top: -1.7em;*/ } 2. remove: border-bottom: 3px solid black; from: #center_column .products_list_block ul li add: height: 245px !important; to the same location, or you can do height: 275px; !important; depend how you want it to look. so after both it will look like: #center_column .products_list_block ul li { float: left; padding: 3px; width: 215px; background: black; /*border-bottom: 3px solid black;*/ height: 245px !important; } make sure all your slider images are 900px x 300px and not 890px x 300px beside those small issues everything else looks fine and run smooth from Israel Thank you for this. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now