Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #38470
    Pippylala
    Member

    This is probably a silly question but im still new.

    Do pictures in your desktop folders that you want to put in sliders on pages have to be already a certain size before you upload them?

    I uploaded two pictures to add to a slider … but one is cut off and doesnt look right?

    #38488
    Sakin
    Keymaster

    @Pippylala: If you are using Catch Evolution Free Theme then you only have option to user Featured Post Slider where images are auto crop to 754px width and 400px height. It will auto crop is the images are larger then this but if the image is of exact this size or smaller then it will load the original size. So, it’s better to crop the image in this size before you upload it.

    Fore more details see the theme instructions page at http://catchthemes.com/theme-instructions/catch-evolution/

    #38512
    Pippylala
    Member

    thanks Sakin…

    Next question … I noticed on a topic you replied to that someone wanted their sidebar less wide… you gave them the css .. im not up on css but i copied what you gave her and had a go in custom css …. it got rid of all of my side bar lol..
    could you have a look at my site and please tell me how to make my sidebars smaller ?
    http://ohsotastic.com

    #38568
    Sakin
    Keymaster

    @Pippylala: You can change the width as per your need in different screen-size. Just make sure, the amount that you increase in #primary should be decreased in #secondary. Then add the following css in “Appearance => Theme Options => Custom CSS” box.

    #primary { width: 754px; }
    #secondary { width: 406px; }
    @media screen and (max-width: 1224px) {
    	#primary { width: 654px; }
    	#secondary { width: 340px; }	
    }
    @media screen and (max-width: 1060px) {		
    	#primary { width: 530px; }
    	#secondary { width: 340px; }	
    }
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {	
    	#primary { width: 590px; }
    	#secondary { width: 340px; }	
    }	
    @media screen and (max-width: 960px) {	
    	#primary, #secondary { width: 100%; }
    }
    #41229
    DonnaCR
    Member

    @sakin Was the css code you typed above applicable only to Pippyla’s website or would it work for me in my catch box theme. I am considering buying catch box pro but I want to be able to widen the main column and make the side column smaller as mentioned above.

    #41230
    DonnaCR
    Member

    My website is http://www.mcrtlife.com.

    #41234
    Sakin
    Keymaster

    @DonnaCR: That is for Catch Evolution Theme not for Catch Box Theme. You are posting it in Catch Evolution Support forum. For Catch Box http://catchthemes.com/support-forum/forum/catch-box-public/ and for Catch Box Pro http://catchthemes.com/support-forum/forum/catch-box-pro-premium/. Please post in appropriate theme support forum.

    Thanks.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Desktop media picture sizez’ is closed to new replies.