• Resolved RobertSC2

    (@robertsc2)


    The new widgets areas are great, but I’m having a big problem aligning the text. I’m using Artisteer to create my wife’s web site (https://peggy.stermer-cox.com). If you go there, you can see that text in block headers doesn’t align to the left even though it’s set to do so. Longer titles run out of the block. I don’t know if this is an Artisteer problem or a WP problem. Can anyone help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Edit style.css:

    .art-blockheader .t {
    color:#223EDD;
    font-family:"Comic Sans MS",Tahoma,Arial,Sans-Serif;
    font-size:13px;
    font-style:italic;
    height:31px;
    line-height:31px;
    margin:0;
    padding:0 11px 0 117px;
    text-decoration:none;
    white-space:nowrap;
    }

    and change padding:0 11px 0 117px; to padding:0 11px 0 45px;.

    Thread Starter RobertSC2

    (@robertsc2)

    Thanks for the response! The problem turns out to be with the size of the icon I used. Once I reduced the icon it aligned properly.

    Again, thanks very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widget title alignment…’ is closed to new replies.