• Resolved ihavea4

    (@ihavea4)


    Hi, I just started creating my site and I’m fairly new to WP, though I’ve done some basic HTML and CSS coding. My site is https://www.cryonautmedia.com. My issue is the top bar plugin is hiding my logo and some of the menu currently. The menu sticks to the top of the screen and is always visible, as is the top bar.

    A second issue I probably created while looking through and messing with the CSS, is that the small arrow button to hide/show the top bar is now all the way at the top of the screen, instead of just under the bar.

    If anyone could help me figure out how to resolve those two issues or at least tell me where to find the specific CSS for the top bar that would be amazing. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello!

    Do you have a child theme?

    I would add some CSS:

    To show logo:

    .float-header {
        padding-top: 42px;
    }

    My solution for the arrow:

    span.mctb-close {
        padding-top: 40px!important;
    }

    Hope it has the effect you want :)!

    Thread Starter ihavea4

    (@ihavea4)

    I’m not honestly sure what a child theme is… I have one theme on the site and it should be the same for all the pages. Is that what you’re asking? I’ll try the code when I get home from work, thanks!

    If you are going to place the CSS code in the style.css of Vertex – then you are going to lose your changes every time the theme has an update.

    Best thing you can do is make a child theme – with a new style.css.

    The child theme is a second theme you can make – it is the standard Vertex template – and there you can add the extra CSS. That way you don’t lose your CSS code there is a update of the theme ??

    The new style.css is the place where you can add the CSS codes ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Top Bar is hiding my logo’ is closed to new replies.