6 pages 0 emails
7 Screenshots
Homepage
The home page is a simple two section page. The image in the center is a PNG file. PNG file will have a transparent background so it'll float above that center line really nicely drawing the audiences eye to your product!
Sales Page
The order page shows the product detail on the left and the order fill on the right.
CSS
The CSS code used in this expands the div sections to spread wider, but it also has a max-width:1280px limitation so that your div doesn't spread like crazy on bigger screens. CSS: .containerInner.ui-sortable { width:100%; max-width:1280px; margin:auto; padding-right:0px; padding-left:0px; }
About Us
The company page is a little different, using a flat color background. This changes up the flow on your website really nicely
Thank You
Product Detail
The product description page currently only has two sections. But if you follow the style, you can just keep adding on multiple sections underneath whats currently there.
Responsive
All the pages are responsive and mobile friendly. Its made so that contents are shown and hidden for the desktop and mobile. Just make sure to toggle between Desktop and Mobile to edit both contents out!