• Resolved ckrull494

    (@ckrull494)


    Dear Kedence Themes Team,

    I user your theme for a travel agency. I want to use the topbar widgets to display search and a text widget with a telephone number. As of now, both widgets are displayed but are not aligned vertically.

    You can find the shop here: https://kreuzfahrtprofi.proaktiv-media.de/

    I want the widgets icl. the menu on the left to be positioned at the same height.

    Can you help?

Viewing 8 replies - 1 through 8 (of 8 total)
  • hannah

    (@hannahritner)

    Hey ckrull494,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    @media (max-width: 768px) {
    .topclass .textwidget {
        float: left;
        margin-top: 7px;
    }
    }

    Hope that helps!

    Hannah

    Thread Starter ckrull494

    (@ckrull494)

    Hi Hannah,

    unfortunately this didn’t help. The text and the search widget still are not aligned in height.

    hannah

    (@hannahritner)

    Oh sorry, I had the media query wrong. Use this instead:

    @media (min-width: 768px) {
    .topclass .textwidget {
        float: left;
        margin-top: 7px;
    }
    }

    Hannah

    Thread Starter ckrull494

    (@ckrull494)

    Hi Hannah,

    this works perfectly! Thanks a lot

    Hi,
    I’m having an awful lot of trouble understanding the topbar in the Virtue theme. I’d like to use is as the main nav bar so that I don’t have to have a sidebar on the post pages, but still have a way to navigate the site. I can’t seem to get a full width with even distribution of the items in the topbar.

    I’ve tried several bits of code that I’ve found here on the forums, but I’m not having any luck. Would really appreciate any help. Thank you!
    Ginger
    https://www.foxhillfarmgrassfedbeef.com/dev/wordpress/

    Hannah, nevermind! I think I’ve figured a solution. Thank you though; you are always very helpful, and I’m always grateful to run across one of your replies, always good stuff.
    Thanks! Ginger

    Hi again, now I’d like to know how to hide the date on posts. https://www.foxhillfarmgrassfedbeef.com/dev/wordpress/

    I’ve tried css like this:

    .entry-meta {
    display: none;
    }

    Thanks!
    Ginger

    hannah

    (@hannahritner)

    Hi Ginger,
    You can use this css:

    .postdate.bg-lightgray.headerfont {
        display: none;
    }

    In the future please start a new thread:)

    Hannah

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Horizontal alignment of topbar widgets’ is closed to new replies.