Viewing 9 replies - 16 through 24 (of 24 total)
  • Thread Starter sandeep1414

    (@sandeep1414)

    Bro this is one last problem…

    here is the screenshot of this…

    https://i43.tinypic.com/dlrdj4.png

    try to increase the width here, like below:

    .board_item{
    	width:540px;
    	height:120px;
    	overflow:hidden;
    }

    just be aware that it can always happen, that some small detail in the blog might no be as you want it to be, dependant an the titles and excerpts of the posts.

    i leave it to you to fix any further details in the css files.

    Thread Starter sandeep1414

    (@sandeep1414)

    ok thanks…

    Thread Starter sandeep1414

    (@sandeep1414)

    Bro there is some margin problem in pages other than home page like about, sitemap and sms updates pages..

    below is screenshots.. of problems

    https://i44.tinypic.com/dg7a6f.png

    https://i42.tinypic.com/35cg47p.png

    – for the about page, change the width in this style to the value below:

    .post-page{
    	width:528px;
    	margin:20px 0 30px 33px;
    }

    – banner:

    you probably entered the code for the banner into index.php; repeat the same thing for single.php and page.php.

    – top background image:
    edited version:
    https://img64.imageshack.us/img64/5489/sabkubgrheadersub.png

    hope this is all,
    just come back if you find more, good luck.

    Thread Starter sandeep1414

    (@sandeep1414)

    Bro below is the screen shot of few problem faced…

    https://i40.tinypic.com/ws1zrn.png

    Plz tell me how you edit the backgound images so that i can do myself in future, so i will not have to disturb you.. Do u edit them in photoshop… please tell the procedure…

    Also i want to insert the tabber of recent posts, popular posts and archive below 300*250 ad block…
    like this https://i41.tinypic.com/311nn0m.png

    Thread Starter sandeep1414

    (@sandeep1414)

    Bro how u change and set the exact pixels in editing background image???

    photoshop is ok.
    just make sure to save the image as a transparent .png file.
    you will probably find online tutorials how to use photoshop.

    the edit was to move the grey dividing line to the left, by exact 50px.

    however, you can also use the image file linked to in my last reply.

    the ‘share box’ : new width in the style below:

    .post_digtwit{
    	width:486px;
    	margin:20px 0 0 0;
    	background:#fafafa;
    	border:1px solid #dedede;
    	padding:10px 20px 20px 20px;
    }

    the line above the comments: new width in the style below:

    #comment_container{
    	width:528px;
    	margin:20px 0 30px 33px;
    }

    Also i want to insert the tabber of recent posts, popular posts and archive below 300*250 ad block…

    search the forum and the codex how to make a section of the sidebar dynamic.
    you will need to edit sidebar.php and functions.php of your theme.

    if you have started doing this and run into problems, start a new thread in this forum and ask for help.

    Thread Starter sandeep1414

    (@sandeep1414)

    Ok bro thanks. for this problem i will start new thread…

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘Help needed : make second sidebar broad’ is closed to new replies.