Side Column is showing at the bottom

Discussion in 'GoldenEagle WordPress Theme' started by mightypizzaoven, Dec 17, 2012.

Thread Status:
Not open for further replies.
  1. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    I deleted my the and made fresh upload and installation of the theme. the Side Column is now showing at the bottom of the page... I tried to re-install multiple times, still the issue exists.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
     
  3. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    The issue is caused by the statement below I added to theme style option .see thhread link http://www.inkthemes.com/community/threads/bottom-feature.1012/


    .feature-blog{
    display:none;
    }
    .container .five.columns{
    width:450px;
    }
    .container .five.columns{
    width:450px;
    }



    Adding

    .feature-blog{
    display:none;
    }

    Will not cause any problem.
    The problem is caused when adding to make the remaining feature column wider.
    .container .five.columns{
    width:450px;
    }
    .container .five.columns{
    width:450px;
    }

    How can I make the remaining feature column equally spaced without causing any issues.

    Thanks
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    This issue maybe occurring because of plugin. Please deactivate all your plugins one by one and check which one is creating this issue.
    It will resolve your issue if not then Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
     
  5. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    I deactivated all my plugins. The issue still exists
     
  6. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    Fixed by Support. Thanks
     
Thread Status:
Not open for further replies.

Share This Page