Help - Search - Members - Calendar
Full Version: space between blogs
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
thumiee
my blogheader gets cuts off, how do i space out between the blogs?
C.Lime.Jello.
Um.... The space between the blogs?
Wait, your dates are getting cut off?
Or, like, what's happening?
thumiee
yeah .. like the top of my dates are getting cut off
C.Lime.Jello.
Then you can just switch up your CSS.
CODE
<!-- begin code provided by createblog.com -->

<style type="text/css">
div.blogheader, .caption {
/* edits the dates */
 font-family: merced;
 text-transform:lowercaps;
 font-size:16px;
 font-weight: bold;
 color:#008000;
 height: 10px;
 background-color: #Transparent;
 text-align: right;
 }
</style>

<!-- end code provided by createblog.com -->

Add that into your CSS or custom header. M'hm. You can switch up the variables too.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.