Viewing 20 posts - 1 through 20 (of 21 total)
  • Author
    Posts
  • #79526
    leotrim77
    Member

    hey I am using Catch Responsive

    I am using Static home page not blog but I want to make full width only static page without sidebar , but when I choose No Sidebar ( Content Width ) on Costumize area , when I go to see my posts so all my website is full width without sidebar

    I want only static page to be full width not posts and categories …. ?? any help

    #79542
    Sakin
    Keymaster

    @leotrim77: For that you don’t need to change it in Layout Options. This option from “Appearance => Customize => Theme Options => Layout Options” is for overall site. If you just want to edit it for static page/post, then you need to edit that page and below that page content editor, you will see Catch Responsive options from there, you can change “Layout Options”. You will see option similar to this https://www.pinterest.com/pin/548594798329982875/

    #79581
    leotrim77
    Member

    this was so simple cncncn sorry and thank you bro

    2 question else, can I use Visual Composer on this theme

    and can I reduce width sidebard any way … ?

    #79600
    Sakin
    Keymaster

    !leotrim77: We haven’t tried visual composer. You can try it. Yes, you can reduce the width of the sidebar using custom css.

    #79723
    leotrim77
    Member

    hey Sakin I need your help, please help me ….?!

    I am changing these codes on: Theme Options,Custom CSS Options

    .site {
        margin: 0 auto;
        width: 1230px;
    }
    
    .hentry, .widget {
        margin: 0 -25px 20px;
    }
    
    .sidebar-primary .widget {
        margin: -22px 0 38px;
    }
    
    #main {
        float: left;
        width: 860px;
    }

    but when I applied these codes ‘changes’
    the theme then isn’t responsive, WHY …. ?

    tell me solution

    #79726
    Sakin
    Keymaster

    @leotrim77: As your above css in not responsive css. If you could post in your site URL and let me know what are you trying to change it then I can provide you responsive css.

    #79770
    leotrim77
    Member

    ok sakin help me please

    this is my website: http://www.leooglobe.com/how-to-download-youtube-videos-magic-tricks/

    look this picture see what I want: http://i1175.photobucket.com/albums/r638/leotrim77/awfawgfw2g_zps3p8yxksh.png

    just I want more space to write ..letters… horizontally, from the beginning until at the beginning of the sidebar from line 1 to line 2, look the pic ,, you can see better

    I changed some css code for example:

    #main {
        float: left;
        width: 870px;
    }

    but when I test isn’t responsive …

    #79836
    Sakin
    Keymaster

    @leotrim77: Decreasing the sidebar width for your site is not a good idea as your advertisement widget in your site is showing ads of that size. If you decrease that sidebar then your ads will have problem.

    So, best option will be to increase the width of the site and then content. For, that you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 1153px) {
        .site { width: 1140px; }
        #main { width: 760px; }
    }
    @media screen and (min-width: 1281px) {
        .site { width: 1250px; }
        #main { width: 870px; }
    }
    #79856
    leotrim77
    Member

    thank you sakin this was helpful but I need more space from left side to right side for letters, so okay let’s leave sidebar as it is, can we make content area full width below menu so everything that is below menu to be full width with sidebar, just I want a little bit space is any way or suggest me bro , just I want more space from left to right :S please help me , I am crazy for this :@:@

    #79872
    Sakin
    Keymaster

    @leotrim77: Sorry I don’t get it what you mean. Please post in screenshot of what you want.

    #79895
    leotrim77
    Member
    #79951
    Sakin
    Keymaster

    @leotrim77: you can add the following css:

    .single-post .hentry { padding: 0; }
    .sidebar-primary { padding-bottom: 0; padding-right: 0; padding-top: 0; }
    #79962
    leotrim77
    Member

    thank you this is finished and thanks a lot bro, but one thing else

    I am creating a page I want to be full widht I goo to bottom and I select CATCHSELECT OPTIONS – No Sidbar (full width).

    but when I click publish and I see: the text is in the middle of page, isn’t full width like this: http://s19.postimg.org/mlmez8p2b/wafawfwg.png
    so for all pages with ”no sidebard (full width)” I want to start as on photo
    http://www.leooglobe.com/test-page-1/

    I want like this: http://s19.postimg.org/lxdkgaqcj/efaefaef.png

    thank you sakin !!

    #80012
    Sakin
    Keymaster

    @leotrim77: In this page http://www.leooglobe.com/test-page-1/, you have selected “No Sidebar (Content Width)”

    As No Sidebar (Full Width) with look like this http://catchthemes.com/demo/catch-responsive/layout-options/no-sidebar-full-width/. SO, please check that page layout settings.

    #80026
    leotrim77
    Member

    bro already I have selected “No Sidebar (Content Width)” but I don’t see full width, the text is in the midle, so sin’t full width

    #80027
    Sakin
    Keymaster

    @leotrim77: Yes, Catch Responsive Free theme don’t have that option. It’s there only in pro version.

    #80029
    leotrim77
    Member

    hmmmmmmm this is bad :S :S :S

    #80032
    leotrim77
    Member

    could you help me with css bro … I will donate with little amount of money …

    #80043
    Sakin
    Keymaster

    @leotrim77: You can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
    .no-sidebar.content-width #main { width: 100%; }

    #80048
    leotrim77
    Member

    thank you sakin , thank you so much bro , let me what can I do for you and for your team …

    Thank you so much !!

Viewing 20 posts - 1 through 20 (of 21 total)
  • The topic ‘Layout Help’ is closed to new replies.