Need to change margin in Fresh Bananas

  • Unknown's avatar

    Hi,

    I need to change the margin in Fresh Bananas so that when I have a horizontal picture with a width of 750 it will not truncate the pic.

    Do I do this in the stylesheet?

  • Unknown's avatar

    Yes, but not changing “margins”. The selector is:

    #text #main {
    	background: url(images/text-top.jpg) top left no-repeat;
    	color: #333;
    	float: left;
    	padding: 10px 10px 0 30px;
    	width: 495px;
    	overflow: hidden;
    }

    What you need to remove is: overflow:hidden;
    This will show the images in full size and probably will break your theme layout.
    Maybe you should consider resizing your pics to a width ≤ 500px

  • The topic ‘Need to change margin in Fresh Bananas’ is closed to new replies.