possible bug I've been tracking in the black_2 template...or maybe I broke something.
Product info view -> additional images
lets say there are 5 additional images in the carousel
• If I select a picture out of order, IE image_5.jpg = _top (opens the image in the same browser window)
• Same for any image clicked out of numerical order.
• If I go to the first image and selected them in the correct numerical order they open in the popup jquery window.
Hey sorry I didn't see a thread for ZJ_black2 so I am hoping I could find answers here.
For this template, I am having a resize problem. When the page is stretched on a larger screen, or the browser is maximized, the page grows accordingly, however this is causing issues for me as my banner needs to be centred on the page and it is also causing havok with some of the layout and design. How would I go about limiting the page size or stopping the content and page from extending beyond a certain pixel point, say 1024px?
There is always more than one way, but one that should work should be
Find
\includes\templates\ZJ_black_2\css\stylesheet.css
At the very top you will find "body" add in width: 1024px;
so it would look something like...
body {
margin-top: 10px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #FFFFFF;
margin-right: auto;
margin-bottom: 5px;
margin-left: auto;
width: 1024x;
}
Thanks for the suggestion, I had tried that earlier without success.
The body/content of the site still remains proportional to the size of the window.
It would be fine if I used just a generic background with Text like they do in the demo, however I have a custom banner, and a few other things in the body that when they are resized past a certain point overlap the borders and the background comes through.
probably something else in the css that is overriding the body tag...msg sent
how do i center align the logo in ZenCart jQuery Silver?
Thanks in advance.
Best regards,
Mike
Bookmarks