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

    Hi, I have just finished building 2 websites using Enfold. I live this theme by the way! Only thing is. Both look fantastic on my desktop however terrible on mobiles, tablets and laptops. They are not responding at all. Could you point me in the right direction?

    #407121

    Hi Mysterygene1975!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    #wrap_all {
    position: relative !important;
    }}

    Issue will be fixed on upcoming update.

    Best regards,
    Yigit

    #407303

    Hi if you look at my site on an iPad or mobile or laptop, nothing has changed. This did not help.

    #407408

    Hi!

    Did you clear your browser cache and reload a few times on your iPad and mobile before checking the changes? If not, please try to do so.

    Cheers!
    Rikard

    #407652

    If you look at the forms on an iPad http://www.striderecruitment.com.au/employer-request/ and icon boxes they are not responding. I thought the side menu would vanish. On a mobil it’s perfect however the whole screen moves side to side so you can see the side menu however don’t need it as goes to the top of page.

    #407934

    Hey!

    Please try the following code in your Quick CSS:

    @media only screen and (max-width: 959px) {
    .avia-builder-el-2, avia-builder-el-23{
    width:100% !important;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 9 years, 1 month ago by Rikard.
    #414339

    Hi Stride Recruitment is still not responding on tablets the side menu remains.

    City Mode is responding on all devices quite well however if you swipe to the side on laptops and mobiles a second menu appears. Also the home page slider words and buttons don’t fit in on smaller screens.

    #414382

    Hi!

    Please update Enfold to the latest version 3.1.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    Issue was fixed already :)

    Cheers!
    Yigit

    #417513
    This reply has been marked as private.
    #418311

    Hey!

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top .header_color input[type='text'] {
    color:#333 !important;
    }

    Cheers!
    Rikard

    #418925

    Hi, I tried this however nothing changed. It is in there now.

    #419147

    Hi!

    I can’t see the style applied anywhere, but try this instead:

    #s{
    color:#333 !important;
    }

    Regards,
    Rikard

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