Forum Replies Created

Viewing 4 replies - 31 through 34 (of 34 total)
  • Thread Starter zadikim

    (@zadikim)

    This is my side bar code:

    <div class="sidebar-wrap-right">
    
    <ul class="sidebar2">
    <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>
    <?php endif; ?>
    <?php if (class_exists('TvNewsletter')): ?><li><h2 class="widgettitle">?????? ?????? ??????</h2>
    <?php TvNewsletter::activateNewsletterPlugin(); ?>
    <div style="clear:both"></div></li><?php endif; ?>
    </ul>
    <!--<div class="sidebar2">
                    <h3><? echo $theme_options['home_page_title']; ?></h3>
                    <p><? echo $theme_options['home_page_text']; ?></p>
    
            </div>  -->
    </div>
    Thread Starter zadikim

    (@zadikim)

    Thanks Danny,
    I don’y know why but this doesn’t work

    here is a copy of my complete style.css is it right?

    /*
    Theme Name: Business Professional Package
    Theme URI: https://www.themeforest.net
    Version: 2.5
    Author: Justin Scheetz
    Author URI: https://www.scheetzdesigns.com
    */
    
    /* Images */
    img.centered { display: block; margin-left: auto; margin-right: auto }
    img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline }
    img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline }
    .alignright { float: right }
    .alignleft { float: left }
    
    .left { float: left; margin: 0 10px 2px 0; display: inline }
    
    /* Captions */
    .aligncenter,
    div.aligncenter { display: block; margin-left: auto; margin-right: auto }
    .wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 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 p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0 }
    input.nsu-field,input.nsu-submit {
        background: white;
        padding: 7px;
        border: 1px solid #777;
        color: #555;
    }
    input.nsu-field{ margin:10px 0 5px; }
    Thread Starter zadikim

    (@zadikim)

    Didn’t work for me

    i use the BPP theme is there any different instructions?

    check out my widget left side 2’nd widget from top

    can someone give me detailed step by step instructions & which part of the code i need to remove?

Viewing 4 replies - 31 through 34 (of 34 total)