Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • biglsolutions Friend
    #203564

    I would like to change the width of the side menu called Investor Relations Here:
    http://playersnetwork.com/investors/overview

    I have tried a few things without much success.

    Thanks!

    biglsolutions Friend
    #558683

    I just noticed that on the pages I do not have the Contact Us form the menu is fine… So these links are fine:
    http://playersnetwork.com/management
    http://playersnetwork.com/investor-relations

    Then when I have the form it messes them up:
    http://playersnetwork.com/shareholder-services
    http://playersnetwork.com/shareholder-signup

    I tried making the form less wide, it is currently set to Auto. No matter what I do with the forms it stays the same. I also tried increasing the width on the menu, nothing.

    Any and all help would be appreciated.

    Adam M Moderator
    #558794

    Hi,

    1. Please open file root_folder/templates/uber/tpls/blocks/mainbody/one-sidebar-right.php and look for this code :

    <div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-md-9">

    then update as below :

    <div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-md-7">

    2. Next find this code :

    <div class="t3-sidebar t3-sidebar-right col-xs-12 col-sm-4 col-md-3 <?php $this->_c($vars['sidebar']) ?>">

    then change as below :


    <div class="t3-sidebar t3-sidebar-right col-xs-12 col-sm-4 col-md-5 <?php $this->_c($vars['sidebar']) ?>">

    3. The problem with bold text is because the b tag in your form wasn’t closed properly, please check it here.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Adam M 9 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum