• s7v7n

    (@s7v7n)


    I have my centered logo, i want to change the logo position(i want the logo to be closer to my top widgets.)
    I found the code which is down below. with the inspector when i change the top: 0; to 1 and up logo position looks perfect. however when i put the code to my custom css file nothing happens. what i am doing wrong?

    .img-container {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        font: 0/0 a;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    when i change the top: 0; to 1 and up logo position looks perfect. however when i put the code to my custom css file nothing happens.

    Try flushing any caching plugins you might be running, as well as server and/or browser caches.

    Thread Starter s7v7n

    (@s7v7n)

    hi Tara, how i am gonna do that? i dont have any caching plugin installed

    Thread Starter s7v7n

    (@s7v7n)

    and the code that i am changing is the right one?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can you help me with this code please?’ is closed to new replies.