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

    (@sdd)

    and i wanna know how to widen my margins…to keep it real i really want a page layout similar to that but just with my own graphics and things. if anybody can help me with that please reply or email [email protected]

    You edit your theme’s style.css. Try Google searches for:

    border css
    link css
    class id css

    For the sidebar border, change this in your style.css:

    #sidebar
    {
    	padding: 20px 0 10px 0;
    	margin-left: 545px;
    	width: 190px;
    	}

    To this:

    #sidebar
    {
    	padding: 20px 0 10px 0;
    	margin-left: 545px;
    	width: 188px;
    	border-left:solid 2px #524836;
    	}

    If you want to style your site like the one you linked to, use that site’s style.css as a guide:

    https://djatrak.com/wp-content/themes/dj-atrak/style.css

    Thread Starter SDD

    (@sdd)

    thanks…ima try to go off that…i put the style ccs in my theme just to see if it woudl kinda look like that and the sidebar margin didnt widen and i cant find out how to the sidebar border all the way down and border around content

    Thread Starter SDD

    (@sdd)

    ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CAN SOMEBODY PLEASE HELP ME WITH BORDERS…’ is closed to new replies.