Make Homepage Right Column Area Larger

Discussion in 'Andrina WordPress Theme' started by bwdaugherty, Dec 26, 2014.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    Is there any way to make the Right Column area larger on the homepage and reduce the width of the blog post area? If not, can i just remove both and just have one section to insert an iframe code?
     

    Attached Files:

  2. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    actually, I think I would like to remove the blog portion from the first page and have a space available for the search form instead. please advise.
     
  3. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    We have use following width code in that section, you can adjust width according to your need.

    You can reduce left box width by reducing width in following code then paste this code in Custom CSS.
    Code:
    .bottom-feature .bottom-feature-left {
    width: 585px;
    }
    
    You can increase width of right box by increasing width in following code then paste this code in Custom CSS.
    Code:
    .bottom-feature .bottom-feature-right {
    width: 333px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  4. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    What about removing the left blog feature altogether? thanks
     
  5. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .bottom-feature .bottom-feature-left {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  6. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    The iframe code I am attempting to insert into the right frame seems to continued to be cut off. regardless of the codes provided above.
     
  7. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Could you please share us your website link so that we can check your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page