Home» Forum» Web & Tech» not able to overwrite .myspace-header .top-nav .right in Layout

not able to overwrite .myspace-header .top-nav .right in Layout

Back to Web & Tech

So I had coded the .myspace-header .top-nav .right section to adjust to flex-end sothat my banner is visible, but it's not working. Web dev (Fn F12) tells me that the section has been overwritten already in Layout (which is visible because it shows profile.php as source) buut even if I delete the code segment out of my Layout box it still shows that something in this section is written into the Layout. What should i do? 

I've never had a sign above my head saying 'walk all over me' - Sandy Mölling (No Angels), 2004

try using the selector ".myspace-header .right" instead of ".myspace-header .top-nav .right", and add !important to the end of your property to try and force the change.. example: ".myspace-header .right {justify-content:flex-end!important}".. i love how your layout is turning out !

Tryin to make a change :-\

You must be logged in to reply.