Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #693130

    Guys,

    Since the last update my footer isnt responsive anymore. Is there an way how i can fix this? I have tried this: #footer .av_one_fourth {
    width: 100%!important;
    margin: 0!important;
    }

    but it doesnt work. Can someone help me out please?

    #693136

    Hey Angelo!

    Please try adding following code to Quick CSS

    @media only screen and (max-width: 767px) {
    #footer .flex_column { width: 100% !important; margin-left: 0 !important; }}

    If that does not help, please create a temporary admin login and post it here privately.

    Best regards,
    Yigit

    #693147

    It worked but it stays like that now on every device.

    #693152

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #693163

    I dont know if i just sended it or not but here again

    #693166

    Hi!

    Login credentials are not working for me. Can you please check them once again?

    Best regards,
    Yigit

    #693167

    here u go again hope this will work.

    #693172

    Hi!

    I am sorry but that did not work as well. Could you please try setting a simpler password and make sure that username is correct?

    Regards,
    Yigit

    #693174

    yes

    #693177

    Hi!

    This works however i cannot see any code in Quick CSS field in Enfold theme options. Where did you add your custom CSS? :)

    Regards,
    Yigit

    #693180

    Hi

    #693182

    For now I see all devices are good except from tablet, mobile landscape and mobile portrait

    #693183

    Hi!

    Please change your code to following one

    Best regards,
    Yigit

    #693185

    wich one should i choose the raw one or the one above? (im sorry if i look stupid)

    #693187

    Hi!

    It is the same code the one above is just highlighted in CSS syntax. You can copy the code from Raw section

    Regards,
    Yigit

    #693189

    Thank you very much it works now! What did i do wrong?

    #693191

    Hey!

    There were some errors in your custom CSS code with extra or missing closing curly brackets :)
    You are welcome! Glad we could help! Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Footer not responsive anymore’ is closed to new replies.