Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #956526

    Hi, how can I make the my account page look better on mobile?

    #956609

    Hey 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,
    Yigit

    #956635

    Hi Yigit, I tried it in the Custom CSS and in the style.css but it didn’t make any difference.

    #956637

    Hi,

    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 6 years, 6 months ago by Yigit.
    #956644

    It’s exactly the same code… or am I missing something?

    #956648

    Hey,

    I edited my post. Please refresh the page.

    Regards,
    Yigit

    #956654

    Works. How can I move the “hello user” to be displayed above the table of options?

    #956656

    Hi,

    Image seems broken when i click the link. Can you check it once again?

    Best regards,
    Yigit

    #956664
    This reply has been marked as private.
    #957559

    Hi 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,
    Nikko

    #957637

    Thanks.

    #957936

    Hi bakbek,

    Glad that we could help :)
    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.