Viewing 4 replies - 1 through 4 (of 4 total)
  • kkarpieszuk

    (@kkarpieszuk)

    this address doesn’t work

    kkarpieszuk

    (@kkarpieszuk)

    ok, i see now.

    in theme folder, find file style.css and using text editor (notepad) change:

    .shield {
    position:relative;
    }

    into

    .shield {
    float:left;
    position:relative;
    }
    Thread Starter natrepub

    (@natrepub)

    Thank you very much! That did it! I think I need to buy a WordPress book. “WordPress for Dummies” perhaps.

    Thanks again…

    kkarpieszuk

    (@kkarpieszuk)

    it’s all about CSS in this case. try to learn CSS https://w3schools.com/css/default.asp
    also if you use firefox, install extension called firebug, which i used to check in exactly 20 seconds what you should repair (but knowladge of CSS is required)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Calendar and Title Alignment’ is closed to new replies.