Hey guys! Good morning/afternoon/evening etc...

I have a flarum forum hosted on https://papopop.online , and when i put an ad on top, under the navbar, i get a white space over the topic title, but the topic title give me the background color same as the main tag color, so...

There's some CSS id/class property or JS trick that let me push the background of the topic title to the ads div over him?

Anthecipated thank u for any help 😄

Kayo changed the title to Can someone help me with a little CSS or JS trick? .

Is the background of the topic title white? and does the topic title font get the color of the primary tag?

ram0ng1 This blank space, would like it to be green if the title background is green, blue if is blue, etc

    Kayo Try applying one:

    background-color: transparent;

      ram0ng1 Still returns a blank space because it's a separated <tag>

      The ad section is .Flagrow-Ads-under-header
      The Title is a header and the background is applied directly over her.

      I can't test my suggestion because I can't find an element with a class of Flagrow-Ads-under-header in your forum. That said you might try the following:

      .Hero {padding-top: 100px}
      .Flagrow-Ads-under-header {position: absolute}