• Resolved dfuture

    (@dfuture)


    Hello! I know that I can remove the handheld footer bar from the mobile version but I do not want to remove it, I want to move it inside the header right below the logo and the menu. Do you have any suggestions? Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, you could try starting with some code like the following

    .storefront-handheld-footer-bar {
      height: 40px;
      position: absolute !important;
      top: 140px;
    }

    May need to adjust the height and top values but it should get you close to what you were looking for.

    Thread Starter dfuture

    (@dfuture)

    @jarretc Thank you for answer. I have tried with CSS, but i want it enclosed in the header so it won’t be shown above other elements that are in the header. Thank you!

    I want this also, did you already manage it? ??

    Thread Starter dfuture

    (@dfuture)

    @pahedomotica Hello! Unfortunately, no, I haven’t found a solution and I just left it in the footer.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Storefront handheld footer bar’ is closed to new replies.