Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #1110982

    Hi!
    On my website https://habitatjeunes-sologne.org/, on mobile there is a little problem: the menu covers my blue block.
    Could you please help me to solve that?

    Thanks a lot.
    Gaëlle

    #1111105

    Hey oeilneuf74,

    This is intend behavior. What would you like it to be?

    Best regards,
    Basilis

    #1111108

    Hi Basilis,
    I would like it to be like on your demo: https://kriesi.at/themes/enfold-medical/
    In mobile, the menu doesn’t cover the blocks below.

    Gaëlle

    #1111377

    Hi Gaëlle,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        .responsive #top.home .flex_column_table { 
            margin-top: 0px !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1111857

    Hi Victoria,

    It works fine!
    Thanks a lot for your help!

    Gaëlle

    #1111943

    Hi Gaëlle,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1121901
    This reply has been marked as private.
    #1122352

    Hi Gaëlle,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1122677
    This reply has been marked as private.
    #1122735

    Hi Gaëlle,

    Great, I’m glad that you found a solution. Which text exactly are you looking to reduce on mobile?

    Best regards,
    Rikard

    #1122747
    This reply has been marked as private.
    #1122886

    Hi Gaëlle,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:767px){
        #top .template-page .entry-content-wrapper h1,
         #top .template-page .entry-content-wrapper h2 {
            text-transform: none;
            font-size: 14px;
        }
        #top #wrap_all .all_colors h1 {
            font-size: 18px;
        }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1123867
    This reply has been marked as private.
    #1124826

    Hi Gaëlle,

    Credentials for WordPress did not work for me. Could you please update the credentials?

    Best regards,
    Victoria

    #1128954
    This reply has been marked as private.
    #1129395

    Hi,

    Thank you for the update.

    We added the css code again and disabled the Performance > File Compression settings temporarily. Please don’t forget to remove the browser cache before checking the page. When you’re done, you can activate the css compression again.

    Best regards,
    Ismael

    #1139510
    This reply has been marked as private.
    #1139517
    This reply has been marked as private.
    #1139526
    This reply has been marked as private.
    #1139532

    Hi,

    Thank you for the update.

    It probably doesn’t work because the css media query is invalid. This is the correct format.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
       .responsive # top.home .flex_column_table {
           margin-top: -124px! important;
        }
    }

    Let us know if it helps.

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

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