Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #47820
    lohanc
    Member

    Hi. First of all i want to congratulate for this amazing theme. I’m new with wordpress but i apreciate a lot the accesibility of your theme.

    I have couple questions maybe you can help me.
    1. How can i reduce the size of sidebar(1-2cm)? from what i read only on PRO version you have full width and no sidebars.
    2. Can i put an image on background above the secundary menu (or change color). Where is logo and text?
    My website is amazingromania.ro

    Thanks! Have a great day!

    Cristian

    #47858
    Sakin
    Keymaster

    @lohanc: I check in your site and it’s not using our theme. So, how can I help you with that.

    1. Yes, only the pro version have full width and no sidebar layout. You can check out the theme instructions page for more details about pro version http://catchthemes.com/theme-instructions/catch-kathmandu-pro/. The size of the sidebar is designed properly as per the screensize. So, I don’t recommend to change this. Also we don’t resize with the CM, as website doesn’t recognize CM. We use Pixels or Percentage.

    2. Yes, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    #hgroup-wrap { background-color: #ccc; }

    #47869
    lohanc
    Member

    Sorry, my mistake. It is amazingromania.eu 🙂 Thanks!

    #47896
    Sakin
    Keymaster

    @lohanc: Ok here goes the detail css to reduce the sidebar and increase the content. Just add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {
        #primary { width: 520px; }
        #secondary { width: 300px; }
    }
    @media screen and (min-width: 1025px) {
        #primary { width: 580px; }
        #secondary { width: 300px; }
    }
    @media screen and (min-width: 1153px) {
        #primary { width: 660px; }
        #secondary { width: 320px; }
    }
    @media screen and (min-width: 1281px) {
        #primary { width: 740px; }
        #secondary { width: 340px; }
    }
    @media screen and (min-width: 1345px) {
        #primary { width: 790px; }
        #secondary { width: 340px; }
    }
    #47983
    lohanc
    Member

    Thank you very much! have a great week!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Reduce Sidebar size’ is closed to new replies.