• hi … I inherited a wordpress site with ascend theme that uses elementor and I don’t understand how to work with the headers.. ive done some reading and i’m still stuck. there are three issues:
    1. there are two text strings with links off to the right side… i would like to have them line up horizontally
    2. those links are not showing up on mobile devices.
    3. also the square pre-order book does not show up on mobile devices

    any ideas?
    thank you!
    Michelle

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    1. Try adding this CSS to Theme Options> Custom CSS:

    .kt-topbar-right {
        width: 100%;
    }
    .kad-topbar-widget-area {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    2. The topbar doesn’t show in mobile because the mobile header is different.

    3. This is also due to the mobile header. You can add a widget area to your header in mobile with the premium theme.

    -Kevin

Viewing 1 replies (of 1 total)
  • The topic ‘ascend header’ is closed to new replies.