• Hi,

    Ok before I request you guys to review my Blog, I agree that my header is really bad and pathetic….I need to work on it. I am not a design guy so not sure how can I create a good original header without paying anybody.

    But other than that please review it and feel free to give any suggestions regarding the layout, Ads placement or readability or content.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • you’ve used a variable width theme, but try resizing it and watch what happens to your search box and sidebar headers, to alleviate this consider using fixed width sidebars and a variable centre block

    Thread Starter kushalkoolwal

    (@kushalkoolwal)

    Thanks jrodgers for your feedback. I did noticed that too once when my window was not maximized. I am afraid that my CSS is not that good to fixed that problem. Can you point me to a theme/resource which has what you suggested to fix the problem? I can probably see how they did it and fix blog.

    in your CSS you will have two selectors

    #left and #right

    they probably have a setting similar to

    width:15%;

    change this to
    width:200px;

    you can comment out the existing one just in case, that way you will always have the original value to refer back to
    /*width:15%;*/
    width:200px;

    might have to play around with the size but 200 seems like it should contain the headers and search input, would not go more than 220 tho

    first impressions:
    1. a bit slow to load. i am suffering from the same problem – gotto optimize and make it load faster for first time visitors.
    2. change the header graphic (as you mentioned)
    3. remove one of the search widgets from the right sidebar
    4. i love the blog posts and pages about troubleshooting linux though. well done.

    Thread Starter kushalkoolwal

    (@kushalkoolwal)

    Thanks shamim316.

    For your point 1: Do you know any tricks?

    For your point 3: the reason for two search widgets is that I want one (first) to enable users to search over the Internet and the other (second) to search just within my blog.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Care to review my Blog?’ is closed to new replies.