ecomian wrote: ... the layout issues resolved except that at one product title goes outside the product box edge just a little for screens below about 900 wide
Again, I don't see that happening anywhere on the page you've linked to initially, even at a browser width of 768px. And again, please post a link to the page where you have a problem if you want anyone to take a look at it.
The code you posted is actually in my custom CSS still.
Well, it wasn't earlier, or at least it didn't get applied then. Perhaps due to a syntax or other error. Anyway, it's getting applied now as I write this.
Do I create a new custom CSS file by copying the default file and pasting in the custom CSS files?
By using the interface in HikaShop (
www.hikashop.com/support/documentation/1...the-display.html#css
) you can anytime start building a new custom CSS file based on the default file, and name it differently. Then just make sure that it's the selected file and save the configuration. No need to copy anything.
BTW, your template's CSS is applying left and right margins to <ul> tags. While the left margin is taken care of by HikaShop CSS, you may also want to add the following to eliminate the right margin, so it's equal on both sides:
ul.thumbnails {
margin-right: 0;
}
Finally - for now - Your site is throwing some errors. Look them up in your browser console: some are due to mixed http/https content, but there's a JS error seemingly coming from some "left-over" (?) Virtuemart code. Nothing one can do from here, but you should get rid of this to avoid potential unexpected behaviour.