Hi admins,
How do I move only the “How to Shop” page till its beside the search bar (on the left of the search bar) but proportionately?
Link will be provided in the next reply,
Regards,
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (min-width:1141px) {
#menu-item-359 {
left: 30%;
}}
@media only screen and (max-width: 1140px) and (min-width: 990px) {
#menu-item-359 {
left: 20%;
}}
Best regards,
Yigit
Hey Yigit, that didn’t work. Mmh, the “How to shop” Link is still at the original location!
Hey!
Please try flushing browser cache and refresh your page a few times. It does work fine on my end
Regards,
Yigit
Wow yeah it did work but the results ain’t that nice looking. Is it possible to be nearer to the search bar and without that line thingy mmh? Appreciate your help as always :)
Hey!
Please add following code to Quick CSS as well
#menu-item-359 a {
border: none!important;
}
and change 30% to 35% in the code i posted previously
Regards,
Yigit
Hey there, you guys are great in css and awesome customer support here. Cheers to Kriesi’s team :) Problem solved