Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1093603

    Hi, how do I move the menu icon to the right – http://prntscr.com/nfn6qj?

    The blog feature image is not aligned correctly, how do I fix this – http://prntscr.com/nfn72y – and the blog post title has too much spacing between the lines, how do I fix that?

    Thanks.

    #1094115

    Hey DROR,

    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 #wrap_all .main_menu {
            left: auto;
            right: 0;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1095009

    Now the image and menu icon are both moved to the right. How can I move the logo to the left and keep the menu on the right?

    And what about the feature image on the blog page?

    #1095445

    Hi bakbek,

    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 .logo {
            float: left;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1095609

    Hi, doesn’t look like it worked. The logo is still on the right overlapping the menu icon.

    #1095909

    Hi,

    Add the code to the very top of quick css so it runs first. Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1095930

    It is at the top of the quick css but the logo is still not on the left but more along the center/right part.

    #1096821

    Hi bakbek,

    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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Victoria

    #1096824
    This reply has been marked as private.
    #1097173

    Hi bakbek,

    Best regards,
    Victoria

    #1097185

    Thanks but the logo is not aligned to the left, more to the center. If you switch to landscape mode you can see it isn’t on the left side… Can you make the logo show on the left?

    #1098439

    Hi,

    Thanks for the update.

    This css code should move the logo to the left.

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        float: left;
    }
    }

    Best regards,
    Ismael

    #1098443

    Bingo. Thanks.

    #1098573

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Mobile Issues’ is closed to new replies.