• Resolved ayush1989

    (@ayush1989)


    Hi,

    I have been trying to build an ecommerce store for the past few days.
    I was trying to figure out how to align the search bar and the cart (enabled through the top bar settings of the theme) in the top nav bar to the right. I wanted to:
    1 align the cart just to the left of the search bar and
    2 increase the width of the search bar a bit.
    I’ve attached a screenshot of the top nav bar here:
    https://imgur.com/VLA8XO9
    Can you please help me accomplish the same? Any help would be greatly appreciated. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,
    You can’t really move the cart over to the search section without editing the theme files. And for that I would suggest using a child theme.

    You can use css to make the search box larger though:

    #topbar #searchform {
    max-width: 290px;
    }

    Kadence Themes

    Thread Starter ayush1989

    (@ayush1989)

    Thank you so much! That solved the problem!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search bar and cart alignment’ is closed to new replies.