Commit 1fc2240a authored by John Punzalan's avatar John Punzalan

Update product view, add image

parent cd52207e
...@@ -15263,10 +15263,8 @@ header[role="banner"] { ...@@ -15263,10 +15263,8 @@ header[role="banner"] {
.your-class-view .image-product .class-img { .your-class-view .image-product .class-img {
min-height: 700px; min-height: 700px;
height: 100%; height: 100%;
} padding: 140px 80px 0 0;
.your-class .image-product .class-img img, float: right;
.your-class-view .image-product .class-img img {
padding: 20% 50%;
} }
.your-class .product-info-block, .your-class .product-info-block,
.your-class-view .product-info-block { .your-class-view .product-info-block {
......
...@@ -291,9 +291,10 @@ header[role="banner"] { ...@@ -291,9 +291,10 @@ header[role="banner"] {
.class-img { .class-img {
min-height: 700px; min-height: 700px;
height: 100%; height: 100%;
padding: 140px 80px 0 0;
float: right;
img { img {
padding: 140px 80px 0 0;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment