Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #464619

    Hello guys! How are you?

    In my mobile version the mail is under social buttons.
    I would like everything in the same line to gain space on the window.

    How can i set it up?

    Thanks!

    Mario

    #465073

    Hey Mario!

    When I view your link I get a page not found error.

    Page Not Found
    
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. Please try the following:
    
        If you typed the page address in the Address bar, make sure that it is spelled correctly.
        Click the Back button in your browser to try another link.
        Use a search engine like Google to look for information on the Internet.
    

    Cheers!
    Elliott

    #465081

    Sorry, this is correct link.

    Mario

    #465479

    Hi!

    I’m not sure on what page we can see the issue, could you link directly to it and provide a screenshot of it as well please?

    Regards,
    Rikard

    #465484

    Hi Rickard, is the homepage from mobile device.

    Here the link.

    Thanks a lot!

    Mario

    #465979

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    .responsive #header .social_bookmarks {
      width: 35%;
      float: left;
    }
    .phone-info {
      width: 50%!important;
      float: left!important;
      clear: none!important;
    }}

    Cheers!
    Yigit

    #471881

    Hi Yigit,

    thanks for your help.

    There’s a problem when i turn my mobile device, vertically is working fine. Orizzontal the cart icon is again over the menu icon.

    I sent you a post about this issue and we solved. but after i entered this new code, the problem comes back again.

    what i should have to do?

    Cheers

    Mario

    #472445

    Hi!

    Try adding this.

    @media only screen and (min-width: 768px) and (max-width: 900px) {
    nav.main_menu { right: 40px !important; }
    }
    

    You may need to play around with the 900px value.

    Best regards,
    Elliott

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