• Resolved Insany

    (@insany)


    Hello wordpress buddies.

    I am currently working on the design of my photoblog: http://photo.asgers.com

    Unfortunately I am having trouble adding borders around the content/container.

    I have added the following to my style.css

    #content {
    border: 1px solid #AAAAAA;

    }

    It does add some borders but it also “throws” my sidebar down to the bottom.

    Any help is appreciated,

    Best regards
    Asger

Viewing 9 replies - 1 through 9 (of 9 total)
  • Try reducing the width of the sidebar from 224px to 222px.

    Thread Starter Insany

    (@insany)

    Thank you so much for your suggestion esmi, unfortunately it only “pushes” the text and textbackground. 🙁

    Other options might include increasing the right hand margin on #padder or reducing the left & right padding on #padder.

    Thread Starter Insany

    (@insany)

    I have tryed to look in Sidebar after padder and margin but I can’t find it, where do I change or add a code? And what is the code?

    Your help is much appreciated!

    Best regards
    Asger

    Try looking in style.css.

    Thread Starter Insany

    (@insany)

    Hi again.

    I have tryed to change a lot of settings on style.php but nothing have helped so far 🙁

    I’ve been looking really much into this code:

    div#content .padder {
    		margin-right: <?php if($cap->sidebar_position != 'full-width' && $cap->sidebar_position != 'left'){ echo $cap->rightsidebar_width; } else { echo '0'; } ?>px;
    	}
    	div.v_line_right {
    		right: <?php echo $cap->rightsidebar_width ?>px;
    	}

    Is this the code I am supposed to change??

    Look forward hearing from you! :- )

    [Please post code snippets between backticks or use the code button.]

    Looks like your theme uses a dynamic .css file. You’re probably better off asking about this on the theme’s forum: http://themekraft.com/forums/

    Thread Starter Insany

    (@insany)

    Thank you esmi, I have made this post:
    http://themekraft.com/groups/custom-community/forum/topic/help-with-border-around-contentcontainer/

    I still look forward hearing from anyone with a suggestion!

    Thread Starter Insany

    (@insany)

    Still haven’t solved this, anyone got an idea of what to do??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Help with border around content/container’ is closed to new replies.