Support Forums - Classified Ads Script Osclass
Osclass theme support => Veronika Osclass Responsive Theme => Topic started by: ColdFusion on June 13, 2017, 11:24:28 AM
-
Hi,
is there a way to fix the QR codes size? The setting in the plugin doesn't seem to do much, usually gets worse and the codes are just useless most times.
I saw you use them in Zara theme, where they look much better. Could we make them look the same?
Thanks
-
@ColdFusion
Size of box for QR codes can be set in style.css of theme:
.top-details .qr-right
-
Thanks, the code in my file is:
.top-details .qr-right {position:absolute;right:0px;top:0px;bottom:20px;}
.top-details .qr-right img {max-width:100%;max-height:100%;width:auto;height:auto;}
As I understand it's set to auto? Shouldn't that give you maximum setting?
-
@ColdFusion
Image size will adjust to box size.
-
Thanks, I just don't get what the box size is, when it's set to auto as it is in the moment and what to change to to make it bigger and still adjustable?
-
.top-details .qr-right {position:absolute;right:0px;top:-10px;bottom:10px;}
-
Thanks, I was trying the completely wrong thing :D
-
:)
-
Can I ask you one more thing - in some cases if the location string is long or when you resize the window to a certain point, the QR overlaps the ID before the ID switch to below the location. Is there a way to prevent that?
-
@ColdFusion
You may use media queries (check responsive.css) to set different box sizes for different screen sizes.