Viewing 15 posts - 1 through 15 (of 24 total)
  • #138197
    tomeronen
    Member
    Post count: 153

    Hello:)

    when we try to see the website in mobile phones everything is great but the footer.
    we tried to divide it to 2 and 4 but it keeps go wrong.

    what we have got now (and we like) is on the desktop on the left side is the social icons and on the right side is a link to subscribe page, very simple, on the mobile phone it doesn’t center it up so we can see the things right.

    is there any way to control it?

    btw – we got another image on the website on the homepage we would like to hide for mobile phones, is there any way to do it as well?

    thanks!

    Tomer

    #138198
    tomeronen
    Member
    Post count: 153
    This reply has been marked as private.
    #138261
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Only admins can bypass the maintenance page, please provide me with admin access

    – Kyle

    #138262
    tomeronen
    Member
    Post count: 153
    This reply has been marked as private.
    #138274
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this to your custom css:

    #footer-widgets .span6 {
      width: 49%;
      float: left;
    }

    – Kyle

    #138281
    tomeronen
    Member
    Post count: 153

    it’s not good… we wonder if we can do it line under line and not in the same line because it’s too long…

    and on the desktop mode it needs to be align to right…

    your help please:)

    Tomer

    #138286
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please mockup what you are trying to achieve, I do not understand

    – Kyle

    #138288
    tomeronen
    Member
    Post count: 153

    hi kyle,

    the desktop view attach is perfect. when seeing on mobile we would like to see the mobile version ‘mobile view.jpg’ attach.

    thanks!

    Attachments:
    You must be logged in to view attached files.
    #138290
    tomeronen
    Member
    Post count: 153

    desktop view- perfect.

    Attachments:
    You must be logged in to view attached files.
    #138294
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    
    @media only screen and (max-width: 479px) {
     div#footer-widgets div.textwidget{
    text-align:center !important;
    display:inline-block !important;
    }
    }
    

    Thanks
    Mohammad

    #138296
    tomeronen
    Member
    Post count: 153

    looks better but for some reason it doesn’t align it to the center… any idea?

    tomer

    Attachments:
    You must be logged in to view attached files.
    #138308
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove last one code and try this new code:-

    @media only screen and (max-width: 479px) {
     div#footer-widgets div.textwidget{
    text-align:center !important;
    
    }
    
    div#footer-widgets div.textwidget > ul.social-icons{display:inline-block !important;}
    
    div#footer-widgets div.textwidget > a{display:inline-block !important;}
    
    }

    Thanks
    Mohammad

    #138334
    tomeronen
    Member
    Post count: 153

    Thanks you, still doesn’t work:(

    dyou wanna try it yourself in the website?

    thanks

    Tomer

    #138369
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved it so please check. I just removed my last one code.
    Thanks
    Mohammad

    #138414
    tomeronen
    Member
    Post count: 153

    THANK YOU SO MUCH! it’s perfect!

    we wanted to ask you something, how do we remove an image only from the mobile ?

    we got on the home page 2 images of flowers and we would like to remove one of the from the mobile view but on the desktop to keep them both?

    thanks!

    Tomer

Viewing 15 posts - 1 through 15 (of 24 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register