Below you can find a guide on e-Valents template.
The template is constructed with Bootstrap 3 and Sass.
Mobile first =
0px - 479px
Mobile(small)
<%PRINT("$")%>screen-xs-min =
480px -767px
Phablet(small)
<%PRINT("$")%>screen-sm-min =
768px - desktop
Tablet(medium)
<%PRINT("$")%>screen-md-min =
desktop
Desktop(Large)
In most cases, use min width when using @media queries. And always think mobile first. Look at the example down below and you see how to structure the @media queries.
When using images on a responsive site you must think of the retina screens. Otherwise the images can get blurry on retina screens.
To fix so that the images become sharper you need to upload the image in double size.
Let's say you have a image that is 300x300px in mobile. Then you need to upload a image that is 600x600px for double pixel density.Paragraph text here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Paragraph text here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Paragraph text here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Paragraph text here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Paragraph text here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Paragraph text here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Paragraph text here lorem ipsum dolor sit amet consectetur.
We have two variables in "_rs_variables.scss" that you can change font-size for the shop.
The font-size is set on the "HTML" tag and all elements that has the mixin down below is going to have the font-size changed.
This mixin will in this case will print out "font-size: 14px" as a fallback and then "font-size: 1.4rem".
All other elements that doesnt have this mixin will not be affected by the variable "font-size-base".
To active a different topmenu style in small/medium you can type in "menu-style-1" as class in the layouteditor - header small/medium.


1) Go to the layouteditor and then go to the tab header small/medium. Edit the first vertical block.
2) Add "menu-style-1" in the class box.
If you need to use flexbox you can initialize flexbox grid from our servers and put a href in INC_head.htm to use it.
Slick is a responsive carousel jQuery plugin that supports multiple breakpoints, CSS3 transitions, touch events/swiping & much more!

The Nivo Slider makes displaying your gallery of images a by using transition effects ranging from slicing and sliding to fading and folding.
Nivo Slider websiteA toggle javascript that can be reused where it's needed.