Forums » Themes and Templates » Antisnews – backgroundcolor and width.

  • Hello. I have the Antisnews theme and I have recently faced 2 problems am not able to solve on my own.
    How can I change the background color?
    What should I do to regulate the width of the text of the post?

Viewing 11 replies - 1 through 11 (of 11 total)
  • i think Css file

    Thread Starter fgtyvrjdyvf

    (@fgtyvrjdyvf)

    Style.css:

    * html .wp-caption.aligncenter img {
    width: expression( document.body.clientWidth > 800 ? “800px” : “auto” ); /* sets max-width for IE */
    }

    * html .wp-caption.alignleft img {
    width: expression( document.body.clientWidth > 200 ? “200px” : “auto” ); /* sets max-width for IE */
    }
    * html .wp-caption.alignright img {
    width: expression( document.body.clientWidth > 200 ? “200px” : “auto” ); /* sets max-width for IE */
    }

    .goog-te-gadget-simple {
    cursor: pointer;
    font-size: 8pt !important;

    }

    .qtrans_language_chooser li { float:right; margin-right:8px }

    .goog-te-gadget-simple goog-te-menu-value a span {
    text-decoration: underline !important;
    font-size: 8pt !important;
    }

    .wp-caption {
    text-align: center;
    padding: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }

    .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
    }

    .wp-caption.aligncenter img { max-width: 800px; height:auto; }
    .wp-caption.alignleft img { max-width: 200px; height:auto; }
    .wp-caption.alignright img { max-width: 200px; height:auto; }

    .wp-caption p.wp-caption-text {
    font: 1.2em “Courier New”, serif;

    font-size: 11px;
    font-variant: small-caps;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    }

    .alignleft { float:left; margin-right:10px; }
    .alignright { float:right; margin-left:10px; }
    .aligncenter { display: block; margin-left: auto; margin-right: auto; margin-top:10px; }

    img.alignleft { float:left; margin-right:10px; padding:5px; max-width: 200px; height:auto;}
    img.alignright { float:right; margin-left:10px; padding:5px; max-width: 200px; height:auto;}
    img.aligncenter { display: block; margin-left: auto; margin-right: auto; padding:5px; max-width:800px; margin-top:10px; height:auto; }

    html>body .alignleft { width: auto; height: auto; max-width:200px; }
    html>body .alignright { width: auto; height: auto; max-width:200px; }
    html>body .aligncenter { width: auto; height: auto; max-width:600px; margin-top:10px; }

    okay give me your site url please

    Thread Starter fgtyvrjdyvf

    (@fgtyvrjdyvf)

    Thread Starter fgtyvrjdyvf

    (@fgtyvrjdyvf)

    i dont know your theme files but i’m shower you will see this code on editor code on your panel website

    wp-admin/theme-editor.php

    search about
    background.jpg

    on all files there

    Thread Starter fgtyvrjdyvf

    (@fgtyvrjdyvf)

    Your link is incorrect

    your site not me wp-admin/theme-editor.php

    Thread Starter fgtyvrjdyvf

    (@fgtyvrjdyvf)

    I have wp-admin/theme-editor.php and it opens style.css file

    you can select what you want in the right side of bage

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Antisnews – backgroundcolor and width.’ is closed to new replies.