No problem. The only place you need to change the journal portion width is in the coding for content. That is in the General Section near the top of the coding. Looks like this:
So what I would do is just adjust the width (which is for the journal portion) slightly. I was able to close the gap in my browser with 55%. But it might be 56% for you. Test the increments and see what you like the best.
Thank you. That is why I created this community. When I started at LJ I felt rather overwhelmed by all there was to learn just to get your journal layout to look the way you wanted it so I thought from all the things I learned, why not make it a little easier for everyone else. I'm glad I succeeded in that for you.
I am considering another tutorial about making your own layout but I want to find the right coding and I'm trying to figure out if I can make it into a video.
no subject
#content {
width: 50%;
background-color: #ffffff;
float: right;
right: 0;
font-family: "Montserrat", arial, sans-serif;
font-size: 14px;
text-align: left;
padding: 25px 50px 25px 50px;
z-index: 50;
}
So what I would do is just adjust the width (which is for the journal portion) slightly. I was able to close the gap in my browser with 55%. But it might be 56% for you. Test the increments and see what you like the best.
Thank you. That is why I created this community. When I started at LJ I felt rather overwhelmed by all there was to learn just to get your journal layout to look the way you wanted it so I thought from all the things I learned, why not make it a little easier for everyone else. I'm glad I succeeded in that for you.
I am considering another tutorial about making your own layout but I want to find the right coding and I'm trying to figure out if I can make it into a video.