• Resolved juliettemarchalyoga

    (@juliettemarchalyoga)


    H there,
    i have a problem with the smartphone appearance for this pages :
    https://juliettemarchalyoga.com : on smartphones, there is the first image but the black block with important informations on it is very small and I would like it to be bigger

    And also, I would like to know if it’s possible to get a title “MENU” instead of the 3 lines that indicate the menu, when people are juste arriving on the website?

    could you help me?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @juliettemarchalyoga,

    We checked your site and the black box with information is displaying to be fine. It seems like is an image that you have uploaded, if we further increase the size of the image then the text will not be properly visible.

    For the menu, add the below code in Additional CSS via Admin Dashboard > Appearance > Customize > Additional CSS.

    @media screen and (max-width: 1024px){
    .site-header.style-one .main-navigation .toggle-btn .toggle-bar {
    
        display: none;
    }
    header.style-one .header-mid .main-navigation .toggle-title {
        display: block !important;
        font-weight: 600;
    }
    }

    Kind regards.

Viewing 1 replies (of 1 total)

The topic ‘Smartphone appearance’ is closed to new replies.