Hi, Can you help me to solve this problem?
add the woocommerce product add-on extention lately, but the content didn’t show quite well.
laptop view( looks better but still not in the right position)
https://drive.google.com/file/d/0B6L9QZ3Td5YjQVJKY2h4WTB6UVk/view?usp=sharing
Mobile view( looks really terrible)
https://drive.google.com/file/d/0B6L9QZ3Td5YjZEctekdZWkNpdVE/view?usp=sharing
setup screenshot
https://drive.google.com/file/d/0B6L9QZ3Td5YjZTcxRl9uVXB5WFU/view?usp=sharing
Hey YongyanLi,
I think we could hep you with that one, can you post the link to that page? so we can take a closer look.
Best regards,
Nikko
Hi, Nikko
Thanks very much.
please check below
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top .main_color .product-addon textarea {
background: #fff;
}
h3.addon-name,
.addon-description p {
font-size: 12px;
}
#top .product-addon .form-row label,
#top .product-addon .form-row label span {
color: #d55448;
}
#top.single-product .single_variation_wrap {
margin-left: 20px;
}
}
Just adjust the left margin as you see fit. Hope this helps :)
Cheers!
Nikko
Thanks very much, Nikko
it works greatly on mobile
so If I want the laptop view to the same, what to do?
just delete the below texts?
@media only screen and (max-width:767px) {
Hi,
Yes, you just need to remove:
@media only screen and (max-width:767px) {
and the last
}
And that should apply in every device.
Regards,
Nikko
GREAT! Thanks Nikko
the code is working good
Hi,
Glad we could help and thanks for using Enfold :)
Best regards,
Nikko