Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #20623
    mahinda
    Member

    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 Thanks

    #20631
    Sakin
    Keymaster

    @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; }
    }
    #20636
    mahinda
    Member

    @sakin, thank you for the help.
    I tried that option. In fact am using a child theme of Catch Evolution. It didn’t work.

    #20637
    Sakin
    Keymaster

    @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.

    #20638
    mahinda
    Member

    At 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
    Screenshot

    #20650
    Sakin
    Keymaster

    @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; }
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘no sidebar layout’ is closed to new replies.