Viewing 8 posts - 41 through 48 (of 48 total)
  • Author
    Posts
  • #85153
    coachnik
    Member

    @Sakin Great, it looks exactly like I wanted it. I decided to stick with Catch Box for now but will keep your advice in mind for a future switch.

    Thanks again!

    #85181
    Sakin
    Keymaster

    @coachnik: that’s nice 🙂

    #99485
    zambare.amol23
    Participant

    hello sakin,
    I’ve designed http://www.horselandhotel.com/, my problem is when you open this website on big screen the menu bar gets divided in 2 rows, can you tell me how to fix it?
    Thanks, will really appreciate you help!

    #99510
    Sakin
    Keymaster

    @zambare-amol23gmail-com: We only support theme developed by us. But you are not using theme by Catch Themes. So, please contact your theme author support team.

    #103188
    Liora
    Participant

    @Sakin Thanks for a great theme. I would like to widen the main body (I like the sidebar the way it is) as much as possible without throwing off the functioning of anything. Would you please help me? My site is at liorahess.com. I did check out Kathmandu and just had too many things I would need to change to get it to look like this theme, and I love everything else about the theme. I will be happy to review the theme if you can please help me. Thank you!

    #103211
    Sakin
    Keymaster


    @Liora
    : If you are looking at the width like Catch Kathmandu Pro theme, then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 1024px) {
    	.site {
    		width: 100%;
    		max-width: 1280px;
    	}
    	#primary {
    	    width: 70%;
    	}	
    	#secondary {
    	    width: 27%;
    	}
    }
    #103212
    Liora
    Participant

    Thank you so much! I have a really stupid question…where do I go to review your theme? I clicked on the theme itself, and I don’t see anywhere to review. Thanks for helping a newbie.

    #103245
    Sakin
    Keymaster

    Thanks @Liora for your appreciation and you can post review at https://wordpress.org/support/theme/catch-kathmandu/reviews/?filter=5

Viewing 8 posts - 41 through 48 (of 48 total)
  • The topic ‘Increase body width/decrease sidebar width’ is closed to new replies.