• Resolved jonirauks

    (@jonirauks)


    Hi,
    I’m trying to set up custom CSS for my hustle slide-in and it’s not getting applied like I’d expect.
    There’s a “New? Start Here” link in the top menu bar. When that’s clicked, the hustle slide-in appears.
    Right now, the close button is floating above the slide-in and I want it to be easier to see.
    The existing CSS has the hustle-layout-header class with a “top: -50px” value.
    Here’s the custom CSS that I’m trying to apply:
    Custom CSS:
    .hustle-layout-header{
    top: 0px;
    }
    I’ve tried applying all sorts of settings in the CSS and none are working. Am I missing something or is this a known issue with the latest update?
    Thank you for your help!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hello @jonirauks,

    Can you the same code by just applying !important in the top property as shown below and then check if it works for you?

    .hustle-layout-header {
    top: 0px !important;
    }

    Looking forward to hearing from you on it.

    Regards,
    Prathamesh Palve

    Thread Starter jonirauks

    (@jonirauks)

    Prathamesh,
    That did the trick.
    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trouble with Custom CSS’ is closed to new replies.