Home › Forums › Arnold WordPress Theme › Mobile page styling issues
- This topic has 19 replies, 3 voices, and was last updated 7 years, 9 months ago by
SeaTheme.
-
AuthorPosts
-
July 21, 2018 at 10:31 am #15831
Hi, could you please help me with these two mobile styling issues?
1. (see pic link below) The checkout page product titles (product, quantity, total) are too close, and the “enter promotion code” blank bottom line is collapsed with “apply coupon” button, could you please fix this?
https://drive.google.com/file/d/15s-qD4PBWi3FHbJ9ow3MGCUO2SoK1FrO/view?usp=sharing
2. (see pic link below) when completing any forms/tables on the site, if there’s information previously filled in and recorded by the site, the blank will be highlighted in yellow, could you disable this?
https://drive.google.com/file/d/14RQpsAjZpaGozZ9TtIuFQiKpnCWodQll/view?usp=sharing
thank you!
July 22, 2018 at 7:54 am #15842Hi,
Please paste the custom css code to “Appearance > Customize : Additional CSS”
@media(max-width: 480px) { .woocommerce table.shop_table td.product-name > a {width: 90%; display: block;} .woocommerce-page.woocommerce-cart button.button.apply-coupon {margin-top: 20px;} }I checked on mobile late for the 2nd question.
Regards
July 22, 2018 at 11:35 am #15846I checked on iPhone, there is not yellow on input. What’s your ios version?
July 22, 2018 at 11:54 am #15847ios 11.4.1 but this issues exists not only on mobile but also on desktop.
The yellow part shows when the information that I intend to enter was already previously recorded. (eg. i want to log in with my email, and I have logged in before with the same email, so when I am typing the first letter of my email, there’s suggestion on that email and after I select that email, this column will be yellow.
this issue exists not only on mobile but also desktop.
thank you.
July 22, 2018 at 12:00 pm #15849hi,
the suggested code has various errors according to the customizer ;
$media(max-width: 480px) {
.woocommerce table.shop_table td.product-name > a {width: 90%; display: block;}
.woocommerce-page.woocommerce-cart button.button.apply-coupon {margin-top: 20px;}
}please see below the pic links to see the errors:
https://drive.google.com/file/d/1Ej5vvNPDLhUo2nst_bkkolaE20DXqLsa/view?usp=sharing
https://drive.google.com/file/d/1d12TPG_5J82LJSosmXe1j4jqLTPw33bc/view?usp=sharingthank you
July 23, 2018 at 3:52 am #15864I will checked based on your info, thanks!
For the CSS error:
Please paste again:
@media(max-width: 480px) { .woocommerce table.shop_table td.product-name a {width: 90%; display: block;} .woocommerce-page.woocommerce-cart button.button.apply-coupon {margin-top: 20px;} }——————————–
If it doesn’t work, please send your question and wp-admin(url/user/pass) to uiueux@gmail.com, I’ll log in to check it.July 23, 2018 at 4:03 am #15866Hi, the problem is still there please see pic below:
https://drive.google.com/file/d/1z5mFRF_igNrrL1sE6fKMB7osWrCn7x1V/view?usp=sharing
i will send admin info to your email, thank you!
July 23, 2018 at 4:18 am #15868Please try to add the CSS to remove the yellow BG on input:
input:-webkit-autofill background-color: rgba(250, 255, 189,0) !important;July 24, 2018 at 2:53 am #15877Hi, the issue 2 was solved, but the issue 1 is still there, kindly see the parts highlighted in light gray in the pic.
July 24, 2018 at 2:54 am #15878https://drive.google.com/file/d/1mIWELqJP4jEsgG7IZryr_aWsXgBRHDTJ/view?usp=sharing
the pic is attached here, thank you.
July 24, 2018 at 5:44 am #15882Please use the CSS:
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty { padding-right: 10px; } @media(max-width: 480px) { .shop_table .thead {font-size: 16px;} .shop_table .tbody {font-size: 14px;} .shop_table .quantity input.qty{margin-left: 5px;} }July 24, 2018 at 5:43 pm #15885hi,
i added the code, but the problem is still there:
https://drive.google.com/file/d/1kyY3_XCQDGKMak8GKuhTdCPPEKGW17I-/view?usp=sharing
July 25, 2018 at 1:47 am #15886Please update the CSS as:
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty { padding-right: 10px; } @media(max-width: 480px) { .woocommerce.woocommerce-cart table.shop_table, .woocommerce-page.woocommerce-cart table.shop_table { font-size: 12px!important; } .woocommerce-page.woocommerce-cart table.shop_table thead {font-size: 14px!important; } .shop_table .quantity input.qty{margin-left: 5px;} }July 25, 2018 at 1:48 am #15888This reply has been marked as private.July 26, 2018 at 4:18 pm #15910hi, thank you it works great now! may i know further how to change the mobile menu font styling? i need to change font size, thank you!
July 27, 2018 at 1:41 am #15911Please change CSS:
For menu item in expanded panel:
@media(max-width: 480px) { #navi a { font-size: 12px; } }For menu icon in header:
@media(max-width: 480px) { .navi-trigger-text { font-size: 12px; } }August 16, 2018 at 12:01 pm #16101hi, the code doesn’t work, could you kindly look into it again? thank you!
August 17, 2018 at 2:07 am #16106Hi,
Did you put the css into “Appearance > Customize : Additional CSS”?
August 17, 2018 at 9:49 pm #16121I’m having trouble changing the size of the header on mobile. ideally, I’d like to increase the padding above the text logo. Can this be done? Header height – either as a number or as px doesn’t seem to be changing. Many thanks…
August 18, 2018 at 7:40 am #16124Hi processstudios
Please go to Appearance > Theme Options > Mobile: Header Height on Mobile
Enter a number without “px”ps: please open a new ticket if you have new question.
Regards!
-
AuthorPosts
- You must be logged in to reply to this topic.
