• Hi everyone,

    I was wondering if someone can assist me in moving the first column of my blog which indicates the post date, comments, and category further to the left side of the page?

    The reason I’d like to do this is that I feel the each post content is crammed into such a confined area and would like the content to stretch out a bit more if that makes sense?

    I also added a sidebar to the right side of my page, but afterwards my LiveFyre comment box stretches out and overlaps into the sidebar area. Is there anyway to keep this contained within the content area?

    I have attached screenshots for illustration purposes. Thanks!

    Screenshot: the column I’d like to adjust http://awesomescreenshot.com/09125hqm4b

    Screenshot: My livefyre comment box overlapping.
    http://awesomescreenshot.com/02925hqwc1

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter muygalan

    (@muygalan)

    P.S. My blog can be visited at: http://www.muygalan.com

    Your photbox overlay makes it impossible to test with chrome dev tools (for me anyway).
    It looks like your dealing with 3 classes for the side area.
    class=”date”
    class=”comments”
    class=”cat-links”

    Try appending this to your style.css

    .date	{
    	padding-right: 40px;
    }
    .comments	{
    	padding-right: 40px;
    }
    .cat-links	{
    	padding-right: 40px;
    }

    livefyre seems to have this (id=”ncomments_js”) as an element id. try to appended this to style.css.

    #ncomments_js	{
    width: 650px:
    }

    If that doesn’t work you should try their site to see if they have a solution that fits your width requirements.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adjust post date column and comment box.’ is closed to new replies.