Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author LizardThemes

    (@lizardthemes)

    Could you give me a link to the page where the text:
    “You may use these HTML tags and attributes: <abbr title=””> <acronym title=””> <b>
    <cite> <del datetime=””> <i> <q cite=””> <strike>”
    is located?
    Please, add the code:
    .hentry.page {
    padding:20px;
    background:#fff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #bababa;
    box-shadow:0 0 2px #a3a3a3;
    }
    to the file style.css to fix the issue with the background.

    Sincerely,
    James, LizardThemes.com Support.

    Thread Starter palmershire

    (@palmershire)

    The code works under the main body content, but shifts the blog body text to look distorted. Please help. Thanks!

    Theme Author LizardThemes

    (@lizardthemes)

    Hi!
    Please, give us the URL of your website, where the code :
    .hentry.page {
    padding:20px;
    background:#fff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #bababa;
    box-shadow:0 0 2px #a3a3a3;
    }
    is embeded.
    Sincerely,
    James, LizardThemes.com Support.

    Thread Starter palmershire

    (@palmershire)

    This code worked, thanks…
    /*This code inserts the white background behind the main body text*/
    .hentry.page {
    padding:20px;
    background:#fff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #bababa;
    box-shadow:0 0 2px #a3a3a3;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Absent Column Background & HTML tags’ is closed to new replies.