Tagged: no sidebar
- This topic has 5 replies, 2 voices, and was last updated 10 years, 8 months ago by Sakin.
-
AuthorPosts
-
February 22, 2014 at 4:02 pm #20623mahindaMember
Hi,
I am using the no sidebar, one column layout of catch evolution free version as a start. Can you guide me to increase decrease the width of the article. Currently the article is very narrow. my header image is 1600px x 300px. Also I am hoping to use some custom fonts. Will it affect the display across the devices.
Many ThanksFebruary 23, 2014 at 12:50 am #20631SakinKeymaster@mahinda: The font option is only there in Pro version and also you have No Sidebar Full Width template to make your content area large.
In Free theme, for font you need to check out the plugins. For the layout you can increase the content width by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { .no-sidebar #primary { width: 754px; } }
February 23, 2014 at 1:21 am #20636mahindaMember@sakin, thank you for the help.
I tried that option. In fact am using a child theme of Catch Evolution. It didn’t work.February 23, 2014 at 1:25 am #20637SakinKeymaster@mahinda: What is the width that you want to increase to and also send me your site URL so that I can check in what is not working.
February 23, 2014 at 1:40 am #20638mahindaMemberAt the moment i have not hosted it. I use the free version of the theme and the no sidebar layout option. see attached image Thanks
February 23, 2014 at 9:47 am #20650SakinKeymaster@mahinda: Yes, I got the setting you have choose. I just added the css and it’s working fine for me. You just need to increase the width as per you need. For example, if you want 900px width then it will be as
@media screen and (min-width: 961px) { .no-sidebar #primary { width: 900px; } }
-
AuthorPosts
- The topic ‘no sidebar layout’ is closed to new replies.