Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1277918

    Hi!

    I am using Enfold on several webbsites and really like it! In my current project I have a few problems and I would really appreciate your help in solving them.

    1. The layout on ipad portrait (middle size) should be the same as on a mobile phone, otherwise the columns are too narrow. I realize I do not have the exact measures but I think you will understand what I mean if you have a look at the site on an ipad that is sligtly smaller than the largest ones.

    2. The text in the footer and in the menus are not adjusting as they should on an ipad. So the text is cut in the footer and the text in the menus is too large.

    3. The site is loading very, very slowly. Any suggestions?

    Many thanks and kind regards,
    Marianne

    #1278116

    Hey Merilla,

    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 (min-width:768px) and (max-width: 1024px) {
        #top .container {
            width: 100%;
        }
        div .av_one_half,
        div .av_one_fourth {
            width: 100%;
            margin-left: 0;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1278686
    This reply has been marked as private.
    #1279163

    Hi Merilla,

    Here are the optimization tips:

    The code I gave you affects the footer too, did you check the footer on the iPad now?

    Best regards,
    Victoria

    #1279167
    This reply has been marked as private.
    #1279395

    Hi Merilla,

    I adjusted the css for you. Please check if that looks ok.

    Best regards,
    Victoria

    #1279399
    This reply has been marked as private.
    #1279452

    Hi Merilla,

    The smaller text will be hard to read, I would not recommend it, but if you insist I can give you the css.

    Best regards,
    Victoria

    #1279470

    Hi Victoria!

    Let’s start with the footer. Can you provide me with the code that divides it into four columns?

    Many thanks,
    Merilla

    #1279497

    Hi Merilla,

    Sure, I changed the code for you.

    Best regards,
    Victoria

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