Blog spacing bothers me

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nintenex
    Senior Member
    • Oct 2016
    • 179
    • 5.2.x

    Blog spacing bothers me

    were the texts start and end are almost apart of the border line and just looks messy and it really bothers me, also the way the avatar is moved all the way to the left bothers me also, how do i fix this?Click image for larger version

Name:	Blog layout looks funny.PNG
Views:	61
Size:	79.5 KB
ID:	4365728
  • William Thomas Jr
    Senior Member
    • Nov 2014
    • 526
    • 5.1.x

    #2
    You'll have to add padding to your css_additional. For example:

    PHP Code:
    .activity-stream-widget .list-container .list-item .list-item-body, .channel-content-widget .list-container .list-item .list-item-body {
        
    padding-left10px;
        
    padding-right10px;
    }
    .
    conversation-list.stream-view .list-item-header {
        
    padding-left10px;
    }
    .
    post-date {
        
    padding-right15px !important;

    Before:
    Click image for larger version  Name:	before.jpg Views:	1 Size:	475.3 KB ID:	4365733


    and after:
    Click image for larger version  Name:	after.jpg Views:	1 Size:	475.2 KB ID:	4365734


    Enjoy,
    William
    Last edited by William Thomas Jr; Sat 4 Mar '17, 10:27pm.

    Comment

    Related Topics

    Collapse

    Working...