Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #839827

    hi kriesi team:)
    great theme – love it

    i have been upgraded to latest enfold 4.1.2
    and some things got wrong

    mobile side menu changed from being on the left side to the right side.. i tried to turn the mobile logo to the left side instead but i cant seem to find out where to control mobile settings like:
    which side mobile menu
    which side mobile logo

    if it’s a matter of quick css i prefer menu on the left but menu text from right to left (hebrew)

    2) social icons disappear from mobile display, it use to be way up on mobile screen
    3) this notification from google popped out and i need your advise with how to fix it (please see attached link)
    it seems like problem fixed if i delete enfold “comments form”

    thank you

    #839920

    Hey yossi,

    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: 0;
        right: auto;
    }
    }
    
    @media only screen and (max-width: 479px) {
        .responsive #top #wrap_all #header .social_bookmarks  {
            display: block;
        }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #840082

    hi victoria
    thank you
    that works, it moves the menu to the left but i need the text start from rtl
    social icon just fine

    what about the error i get from google about amp pages it says somthing wrong with leave a comment form.. please see attached link

    #841873

    Hi,

    Thank you for the update. This feature (AMP pages) is not implemented in theme yet.

    Best regards,
    Ismael

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