• Hi,

    ——-
    top bar
    ——-

    I want to align “social widget”, “search box” and “cart” in the same horizontal line.

    website:[https://www.sabziadda.com]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sunnylife

    (@sunnylife)

    Hi,

    I want to reduce the top bar vertical length (i.e. want to reduce blue color menu vertical space).

    Hello,

    Since the topbar height is determined by the widgets you place in it, you can’t really reduce the height of the topbar with the search widget.

    Try adding this CSS to vertically align the other widgets and let me know if it works for you:

    .topbar-widget .virtue_social_widget a ,.topbarmenu ul li a {
        top: 10px;
        position: relative;
    }

    Add the custom CSS to Theme Options> Advanced Settings.

    -Kevin

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