hi. i have made many css adaptions. maybe there are some bugs inside or things i have done 2 times. can you take a look to my css. is sorted by categories. thanks :)
Hi alfaweb2!
Thank you for using Enfold.
Is there any specific issue in the site?
Regards,
Ismael
Hi, i`m not sure if i have to much css custom code? i have troubles with the position of the search field and the social icons in the header menu. maby this is because of an error in my css code.
Like here search and social icon position here: http://www.vice.com/alps
Hi!
Please add following code to Quick CSS
#header_main nav .social_bookmarks {
float: right;
}
.main_menu form#searchform {
left: 65%;
}
Regards,
Yigit
Hi!
Please add following code to Quick CSS as well
#top .av_minimal_header #s { float: right; width: 70%; }
Cheers!
Yigit
Hi!
Please create a temporary admin login and post it here privately so we can take care of it for you.
Regards,
Yigit
Try with this code:
#top .main_menu form#searchform {
left: auto;
right: 8%;
}
@media only screen and (max-width: 1500px) {
#top .main_menu form#searchform {
right: 12%;
}
}
@media only screen and (max-width: 1200px) {
#top .main_menu form#searchform {
right: 15%;
}
}
Regards,
Josue
Hey!
1. Hm, i’m seeing the full word at all times on my end, try playing with the right
values inside the media queries.
2. Yes, you’d need to activate the mobile menu on tablets too, there is no way to fit all those elements in that space.
Cheers!
Josue
Hey!
Use the following:
@media only screen and (max-width: 989px) {
#searchform {
display: none;
}
}
Cheers!
Josue