Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #996660

    We have maor problems

    Is there a way to NOT have negative margins in mobile view (sub 960px wide) – see image link

    http://medi4.co.uk/wp-content/uploads/2018/08/Screenshot_20180813-130649-002.jpg

    Also, when in mobile view, can the phone info be above the language selector?

    #996725

    Hey whdsolutions,

    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){
        #gtranslate_wrapper {
            top: 25px !important;
            right: 3% !important;
        }
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #996797

    Thank you – any news on the negative margin problem covering the slider on MOBILE ONLY

    #996798

    Thank you – any news on the negative margin problem covering the slider on MOBILE ONLY

    Also this does nothing

    @media only screen and (max-width:767px){
    #gtranslate_wrapper {
    top: 25px !important;
    right: 3% !important;
    }
    }

    #996802

    Actually it does work so thank you – but why is it not scrolling up the page with the rest of the content on a mobile?

    #997002

    In fact I am thinking about buying a plugin

    https://codecanyon.net/item/ajax-translator-revolution-wordpress-plugin/1108823?s_rank=1

    Hopefully this will reside above the top-socket

    #997003

    Any news on how to NOT have negative margins on Mobile Only?

    #997254

    Hi,

    I’d recommend to set a custom css class for the element where you want to remove the negative margin (i.e. use the class “av_no_negative_margin_mobile” without the quotes). Also see: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements

    Then add this code to the quick css field or child theme style.css file:

    
    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all .av_no_negative_margin_mobile {
    margin-top: 50px;
    }}
    

    You can replace 50px with any other px value – a higher value will shift the element to the bottom. If the code doesn’t work you can try to add !important to the value like:

    
    margin-top:50px !important;
    

    Best regards,
    Dude

    #997489

    Thanks Dude

    But that has NOT worked

    `@media only screen and (max-width: 767px){
    .responsive #top #wrap_all .av_no_negative_margin_mobile {
    margin-top: 50px !important;
    }
    }

    #997490

    Would it be possible if we give you access you can do this for us, it seems VERY complicated.

    #997680

    Hi,

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

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

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