Reply To: how to position a custom hook where i want it?

Home Forums Support how to position a custom hook where i want it? Reply To: how to position a custom hook where i want it?

Home Forums Support how to position a custom hook where i want it? Reply To: how to position a custom hook where i want it?

#108106
Tom
Lead Developer
Lead Developer

Sorry for not getting back to you sooner.

Give this a try:

@media (min-width: 769px) {
      .secondary-header-widget {
            float: none;
            margin-bottom: 0;
            position: relative;
            top: -60px;
            left: 80px;
      }
}