• Resolved renee_s

    (@renee_s)


    This is my site: https://www.fashionfillers.com/.

    How can I increase the width of the menu’s and minimize the width of my posts?

    I think the post-section is too big and my left and right menu are too small.
    I do want to keep my background the same size, and ofcourse the page centered. I just want to get the separation lines a bit to the center.

    Does anyone know how to do this?
    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter renee_s

    (@renee_s)

    ?

    How can I increase the width of the menu’s and minimize the width of my posts?

    By re-designing your theme.

    Thread Starter renee_s

    (@renee_s)

    Sorry, but I’m quite new in this world of codes, and I don’t know how to or where I can do that.
    Do I need to use a specific program or something?

    Your content is currently set at 442 as shown here:

    #content {
    	padding-left: 20px;
    	padding-right: 20px;
    	background:#FFE5E5;
    	color: #202020;
    	margin:10px 0 0 155px;
    	width: 442px;
    	border-left: 1px dashed #555555;
    	border-right: 1px dashed #555555;
    }

    and your left margin at 160

    #left-menu {
    	float: left;
    	padding: 0;
    	color: #808080;
    	background: #FFE5E5;
    	margin: 0;
    	width: 160px;
    	}

    Your right sidebar is set at 150

    #rightbar {
    	float: right;
    	background: #FFE5E5;
    	color: #808080;
    	margin: 0;
    	width: 150px;
    	}

    But your whole width is set at 800 and you have to watch your margins in your content if you change these amounts.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change width of menu’s and posts’ is closed to new replies.