-
AuthorPosts
-
May 14, 2018 at 4:53 pm #956526
Hi, how can I make the my account page look better on mobile?
May 14, 2018 at 7:01 pm #956609Hey DROR,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* Account page CSS */ @media only screen and (max-width: 767px) { #top.woocommerce-account .woocommerce-MyAccount-navigation, #top.woocommerce-account .woocommerce-MyAccount-content { width: 100%; }}Best regards,
YigitMay 14, 2018 at 7:53 pm #956635Hi Yigit, I tried it in the Custom CSS and in the style.css but it didn’t make any difference.
May 14, 2018 at 7:55 pm #956637Hi,
Please try changing the code to following one
@media only screen and (max-width: 767px) { #top.woocommerce-account .woocommerce-MyAccount-navigation, #top.woocommerce-account .woocommerce-MyAccount-content { width: 100% !important; }}Cheers!
Yigit-
This reply was modified 7 years, 6 months ago by
Yigit.
May 14, 2018 at 8:01 pm #956644It’s exactly the same code… or am I missing something?
May 14, 2018 at 8:08 pm #956648May 14, 2018 at 8:29 pm #956654Works. How can I move the “hello user” to be displayed above the table of options?
May 14, 2018 at 8:36 pm #956656Hi,
Image seems broken when i click the link. Can you check it once again?
Best regards,
YigitMay 14, 2018 at 9:05 pm #956664This reply has been marked as private.May 16, 2018 at 4:02 pm #957559Hi DROR,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width: 767px) { #top.rtl_columns .avia_textblock .woocommerce { display: flex; flex-direction: column-reverse; } }Hope it helps :)
Best regards,
NikkoMay 16, 2018 at 6:44 pm #957637Thanks.
May 17, 2018 at 6:40 am #957936Hi bakbek,
Glad that we could help :)
Let us know if you need further assistance or if we can close this thread.Best regards,
Nikko -
This reply was modified 7 years, 6 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
