Two Feature Columns

Discussion in 'ColorWay WordPress Theme' started by kag1982, Apr 24, 2014.

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

    kag1982 Guest

    Joined:
    Apr 22, 2014
    Messages:
    4
    Likes Received:
    0
    hi

    how can I make two feature columns instead of four, and make them the same size?

    thank You!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    div.columns .one_fourth:nth-child(2) {
    display: none;
    }
    div.columns .one_fourth:nth-child(3) {
    display: none;
    }
    div.one_fourth {
    width: 48%;
    } 
    This will remove the second and third feature column.
     
  3. kag1982

    kag1982 Guest

    Joined:
    Apr 22, 2014
    Messages:
    4
    Likes Received:
    0
    Thank You,

    I have tried that, but the columns are not the same size - please find a printscreen.
     

    Attached Files:

  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. kag1982

    kag1982 Guest

    Joined:
    Apr 22, 2014
    Messages:
    4
    Likes Received:
    0
    Sure,

    http://domkinawyspie.com.pl/ - now the columns are the sam size, but I can't seem to make them larger, so they fill the page (like 48% width)

    regards
    Katarzyna
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content img {
    width: 427px;
    }
     
    I hope this will solve your issue.
     
  7. kag1982

    kag1982 Guest

    Joined:
    Apr 22, 2014
    Messages:
    4
    Likes Received:
    0
    yes, that worked :)
    thank You very much

    Katarzyna
     
Thread Status:
Not open for further replies.

Share This Page