• Resolved Simon

    (@flaxion)


    Hi. I’m trying to move the flags in the top down a bit. A padding of 4 or 5 px would be fine. When I do the change in Inspector (chrome or Firefox) it simulates this fix perfectly. But I can’t make it work in reality.

    What should I do?

    https://www.diction.dk

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter Simon

    (@flaxion)

    The client changed it after I implemented the flags and again, I didn’t think it was necessary to aquire login access again.

    If there were no changes when you deleted the CSS file, then there is something wrong (i.e. you’re not changing the “live” files) — it would definitely affect the site unless it’s cached someplace…

    Also the CSS you posted as what you were looking at is NOT what was live on the site — look at the background — the css has #FFF but that is not what is visible. And there is a top/bottom margin of 4 px — but that is not visible either. So something is not right with the file you are dealing with…

    Thread Starter Simon

    (@flaxion)

    Strange.

    I will try to get CP access again and then try your suggestions again. Thanks for all the very fast answers.

    It did occur to me that maybe the hvid.css file is not editable?? In that case, you could try just adding this to the style.css file:

    #wrapper {
    margin-top: 20px !important;
    }

    Though this does not address what I said in my last post…weird. Certainly, if you can get access, that would be the easiest solution.

    Thread Starter Simon

    (@flaxion)

    It worked by adding to style.css in the CP.

    #wrapper {
    margin-top: 20px !important;
    }

    I would also like to make space between the flags. How do I do that?

    Thread Starter Simon

    (@flaxion)

    The solution was to insert this directly in the html in header.php where the flags are..

    style=”margin: 10px; float: right”

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Padding won't work in header’ is closed to new replies.