• I am using Evolve theme for my blog at iknowvations.in. I have fixed the width of the theme at 1000px.

    I want following changes –

    1. Increase the post area width and decrease the widget width. I did try with the following –

    .aside { width: 220px; float: right; }. I put this is cusotm css file.

    It did work but the bottom line of the widget area does not change.

    2. I want to reduce the line height while writing posts in. I did put following code in custom css

    .entry-content p{
    line-height: 20px;

    It works only in final published output not in the wordpress post itself.

    3. Decrease the space bet menu & starting of the post title.

    Can anybody throw some light on this ?

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yo can edit at the css area using the editor by going to the appearance panel there.

    Thread Starter jayprakash

    (@jayprakash)

    Thanks. Can it be more specific ?

    .container { width: 960px; margin: 20px auto; }
    #wrapper {width:990px;}
    .hfeed { width: 670px; float: left; }
    .aside { width: 260px; float: right; }
    .footer { clear: both; }

    .entry-content .thumbnail img {
    float:left;margin-right:10px;max-width:250px;max-height:200px;padding:3px;}

    .read-more {font-size:15px;font-weight:bold;float:right;margin-top:-10px;margin-bottom:0px;text-transform:uppercase;}

    .widget-content #search-text {max-width:74%!important;}

    #search-button-box {position:relative;float:right;width:78px;z-index:0;}
    .widget-content #search-button-box {width:18%;height:40px;}

    .form-allowed-tags { display: none; }

    some are not working anymore with new Evolve …
    just put them in custom css menu

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change in theme Evolve’ is closed to new replies.