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

    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,

    #241281
    This reply has been marked as private.
    #241293

    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

    #241297

    Hey Yigit, that didn’t work. Mmh, the “How to shop” Link is still at the original location!

    #241301

    Hey!

    Please try flushing browser cache and refresh your page a few times. It does work fine on my end

    Regards,
    Yigit

    #241305

    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 :)

    #241307

    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

    #241309

    Hey there, you guys are great in css and awesome customer support here. Cheers to Kriesi’s team :) Problem solved

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Header menu, only one "Page" move to the right beside search button’ is closed to new replies.