chang in evolve theme

by 4 replies
5
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 custm 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.
#website design #chang #evolve #theme
  • 1. The bottom line of the widget area is a shadow image. Download the file, change the size and re upload it
    http://iknowvations.in/wp-content/th...shadow-one.png

    2. I would just set the p line height for the whole site
    p {line-height: 20px;}

    3. .menu-back {padding-bottom:0;}
  • Thanks mcflause. I did as per your suggestions.
    1. Changed the width of widget-shadow.png . ( not widget-shadow-one.png).It is working but the shadow is not exactly below the widget. It is on left side.( you can see on site. I have kept as it is for you)
    2. I inserted the line .p{line-height: 20px;} in custom css in theme options but not working.
    3. This worked ! The space decreased. Thanks.
    Am I doing something wrong ? I also want to increase the width of post area to match the decreased width of widget area.
  • Also I am observing one strange behavior in my Admin - menu section area. I am not able to move menu items as I desired. They does not move at all. Why so ?
  • Any idea ?

Next Topics on Trending Feed