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
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
Sorry, this is correct link.
Mario
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
Hi Rickard, is the homepage from mobile device.
Here the link.
Thanks a lot!
Mario
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
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
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