• Resolved martunia.waluk

    (@martuniawaluk)


    Hey,

    I have been trying to fix 2 things on my website (www.konta-forex.pl)

    The first one is Sidebar, which I thought I have managed to get rid of by deleting ‘<?php get_sidebar();?> ‘ from all my editor pages. Sidebar is still there and I have no idea where is the problem.

    The second is additional margin? padding? on the left side of my content div, which width suppose to be 960px. I would love to put my graphics a little bigger, but when I change the width of the graphics, the last one goes automaticly down, also for no reason.

    It has been 3 days, I run out of ideas.

Viewing 2 replies - 1 through 2 (of 2 total)
  • if you are referring to the grey ‘sidebar’, this a background image in (style.css):

    #wrap {
    	padding: 0px 0px;
    	float: left;
    	width: 960px;
    	background: url(images/background.png) #fff;
    	background-repeat: repeat-y;
            text-align: left;
    }

    I can’t see any left margin or padding in #content (Firefox15);

    width:300px; seems to work for the blue squares; width:215px; for the smaller ones…

    Thread Starter martunia.waluk

    (@martuniawaluk)

    Cool thanks,
    I have removed the imagine and just changed it for #fff.
    It did work ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar/Margin?’ is closed to new replies.