• Resolved born61

    (@born61)


    first point) I ‘ve enabled widget topbar but the items inside are exposed vertically . I would rather have the elements in horizontal right

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter born61

    (@born61)

    ctrl f5 to refresh jpg not work?
    https://wpdev1.altervista.org/topbar2.jpg
    and
    https://wpdev1.altervista.org/topbar.jpg
    in the photos you see childs items horizontally

    I see your jpgs. I don’t see this on your site? I’m lost at what your asking?

    Thread Starter born61

    (@born61)

    in my site https://wpdev1.altervista.org/
    in the first item “società” (topbar)
    there are childs that you are modified with

    #topbar ul.sf-menu ul li a {
    line-height: 40px;
    }
    but vertical
    we must modify in horizzontal child

    the same thing for childs item of main navigation
    you see child items of topbar and mainmenu?
    you can modify from vertical to –> horizontal?

    Hi Born61. I just checked your site https://wpdev1.altervista.org/. You seem to have found a way to list horizontally the menu elements in your topbar.
    Could you share how you resolved it? I am trying to do the same, by entering all the css listed above in the style.css file of my child theme, without proper results so far… And because the topbar menu items are listed vertically, they push my main menu too low…
    Thanks!

    Here is what I did put in my style.css without success:

    /* display topbar widget menu elements horizontally */
    .topbar-widget form#searchform, .topbar-widget kadence_social_widget {
    float: right;
    }
    .kadence_social_widget a {
    margin-top: 10px;
    margin-right: 10px;
    }
    .topclass .form-search {
    margin-top: 10px;
    }
    #topbar ul.sf-menu ul li a {
    line-height: 40px;
    }

    Thread Starter born61

    (@born61)

    hi jas999,
    for the objects right in the widget topbar:
    Here I put the search and social links . to arrange them horizontally , I added this code in the theme options css who wrote hannah
    .topbar-widget form#searchform, .topbar-widget .kadence_social_widget {
    float: right;
    }
    .kadence_social_widget a {
    margin-right: 10px;
    margin-top: 10px;
    }
    .topclass .form-search {
    margin-top: 10px;
    }

    now i have another problem
    i want horizzontalli child items of “societa”
    and child items of main menu

    aspect answers

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you saying your problem is different from the original one you described? If so, then please create a new thread: https://www.ads-software.com/support/theme/pinnacle#postform

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘display topbar elements horizontal’ is closed to new replies.