Viewing 6 replies - 1 through 6 (of 6 total)
  • can you post a link to your site? so someone can compare this with your sample site?

    Thread Starter dipaksaraf

    (@dipaksaraf)

    Hello Alchymyth,

    The problem is I am developing these theme in my local machine. How can i able to give access to this local site? Do you have any idea?

    Thanks

    Dipak

    unfortunately, if your site is running locally, you are on your own with css/formatting problems.

    unless your html code is the same as the sample site, you are likely to have problems with the formatting.

    try to work with a tool such as Firebug https://getfirebug.com/

    Thread Starter dipaksaraf

    (@dipaksaraf)

    The test site where the theme has been loaded is given below, can someone guide me where i can change the codes in order to work properly.

    https://goo.gl/tmFud

    As you can see the <div id=Blogpost> the whole excerpt of the blog posts. Now each article should be having the title the excerpt of the post as well as the thumbnail of the post if any, but it is only having the title and then the bottom border. Though the rest of the content is appeaing but not in a proper format. I guess come coding needs changes, but where it need to be changed I am unable to figure out. Any thoughts?

    for example, try to add something like this to blog.css:

    #BlogPost:after{content:'';clear:both;display:block;}

    to find out why, check the web for ‘clearfloat’, ‘clearing floats’ etc.

    Thread Starter dipaksaraf

    (@dipaksaraf)

    Thanks Alchymyth

    I had missed the <div class=”clear”> </div> in on place which was causing the blog to render improperly. Thanks for your insight.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Customizing blog template of twentyeleven theme’ is closed to new replies.