Tagged: full width, static page, width
- This topic has 20 replies, 2 voices, and was last updated 8 years, 12 months ago by Sakin.
-
AuthorPosts
-
November 12, 2015 at 4:13 am #79526leotrim77Member
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
November 12, 2015 at 3:06 pm #79542SakinKeymaster@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/
November 13, 2015 at 2:52 am #79581leotrim77Memberthis 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 … ?
November 13, 2015 at 8:17 pm #79600SakinKeymaster!leotrim77: We haven’t tried visual composer. You can try it. Yes, you can reduce the width of the sidebar using custom css.
November 16, 2015 at 10:30 pm #79723leotrim77Memberhey 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
November 16, 2015 at 11:55 pm #79726SakinKeymaster@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.
November 18, 2015 at 12:36 am #79770leotrim77Memberok 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 …
November 19, 2015 at 1:31 am #79836SakinKeymaster@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; } }
November 19, 2015 at 4:22 am #79856leotrim77Memberthank 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 :@:@
November 19, 2015 at 8:22 am #79872SakinKeymaster@leotrim77: Sorry I don’t get it what you mean. Please post in screenshot of what you want.
November 19, 2015 at 2:22 pm #79895leotrim77Member😀 ok check here what I want:
1.http://s19.postimg.org/yj4881kgz/111111.png
2.http://s19.postimg.org/f3tgexr6r/2222222.pngNovember 20, 2015 at 12:15 am #79951SakinKeymaster@leotrim77: you can add the following css:
.single-post .hentry { padding: 0; } .sidebar-primary { padding-bottom: 0; padding-right: 0; padding-top: 0; }
November 20, 2015 at 4:07 am #79962leotrim77Memberthank 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 !!
November 20, 2015 at 9:26 pm #80012SakinKeymaster@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.
November 20, 2015 at 11:14 pm #80026leotrim77Memberbro 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
November 20, 2015 at 11:15 pm #80027SakinKeymaster@leotrim77: Yes, Catch Responsive Free theme don’t have that option. It’s there only in pro version.
November 20, 2015 at 11:18 pm #80029leotrim77Memberhmmmmmmm this is bad :S :S :S
November 20, 2015 at 11:31 pm #80032leotrim77Membercould you help me with css bro … I will donate with little amount of money …
November 21, 2015 at 12:24 am #80043SakinKeymaster@leotrim77: You can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
.no-sidebar.content-width #main { width: 100%; }
November 21, 2015 at 4:17 am #80048leotrim77Memberthank you sakin , thank you so much bro , let me what can I do for you and for your team …
Thank you so much !!
-
AuthorPosts
- The topic ‘Layout Help’ is closed to new replies.