-
AuthorPosts
-
January 17, 2017 at 9:54 am #734607
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=sharingMobile view( looks really terrible)
https://drive.google.com/file/d/0B6L9QZ3Td5YjZEctekdZWkNpdVE/view?usp=sharingsetup screenshot
https://drive.google.com/file/d/0B6L9QZ3Td5YjZTcxRl9uVXB5WFU/view?usp=sharing-
This topic was modified 8 years, 9 months ago by
YongyanLi.
January 19, 2017 at 8:16 am #735726Hey 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,
NikkoJanuary 19, 2017 at 8:18 am #735727Hi, Nikko
Thanks very much.
please check below
January 20, 2017 at 7:01 am #736246Hi,
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!
NikkoJanuary 20, 2017 at 7:23 am #736259Thanks 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) {January 20, 2017 at 7:35 am #736262Hi,
Yes, you just need to remove:
@media only screen and (max-width:767px) {
and the last
}
And that should apply in every device.Regards,
NikkoJanuary 20, 2017 at 7:41 am #736265GREAT! Thanks Nikko
the code is working good
January 20, 2017 at 7:56 am #736273Hi,
Glad we could help and thanks for using Enfold :)
Best regards,
Nikko -
This topic was modified 8 years, 9 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
