questions about itheme2 -sidebar/post slide/content bar color /header image

  • Unknown's avatar

    Hello,

    I could not find any help from the former forums. Can anybody help me with these:
    1- When you use a static page is it still possible to use the post slider

    2- I tried to make the sidebar narrower and the content closer to right hand side. I used the CSS:

    #content {
    width: 79%;
    margin-right: 2%;
    }
    but it does not work

    3- Is it possiple to make the header area slimmer by CSS?

    4-Is it possible to change the color of content bar to #620e6d instead of that degraded gray?
    I tried:

    #bar-bg.png {
    #620e6d
    }
    Thank you in advance….

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    1- No.

    2-

    #content {
    width: 72%;
    }
    #main .widget-area {
    width: 19%;
    }

    3- What exactly do you mean by “slimmer”?

    4-

    #access {
    background: none repeat scroll 0 0 #620E6D;
    }
  • Unknown's avatar

    Wooow both worked great thank you.

    Coming to number 3, I am talking about the header image area. You know it is a rectengular shape. If you have a look at http://www.okuspokus.biz , you will see that the header image has a purple frame. That is because I could not find how to make that area fit the width and height of my image. I need less height.

  • Unknown's avatar

    #custom-header-image {
    height: 200px;
    }

    I found it. Thank youuuu:)

  • The topic ‘questions about itheme2 -sidebar/post slide/content bar color /header image’ is closed to new replies.