need help to change my css style file
-
Hi all
i am using iBlog2 theme and i have been doing some changes with the theme.
I need some help with the following:
– Reduce the space between the posts on my main page
by adding the margin-bottom line/code to my css style file i can only get the space between the posts to be bigger but cannot reduce it. it seems to be stucked at 15px or something like that. here is what the code looks like in my css style file.
.post {
border: 1px solid #bbb;
background: #FFF;
padding: 25px 25px 15px 25px;
clear: both;
overflow: hidden;
padding-bottom: 1em;
margin-bottom: 0px;if i put “margin-bottom: 50px” the space is huge between the post but when i put like 0px it looks like it a 15 px or more space between the post and i want almost no space.
– i would like to reduce the space in the bottom of my widgets (inside the widget)
i beilive it s called padding-botton but i plaied with the values and no changes.
when i changed the size of my widgets to make them wider i used the code below by changing the width value so i thought that by changing the padding-bottom value, it will reduce the space inside the widgets but it didnt.#sidebar {
margin-top: 15px;
padding-bottom: 20px;
float:right;
width: 280px;
color: #666666;
line-height: 150%;
position: relative;– i would like to center my calendar inside the widget
Since i changed the width of my widgets for a wider size the calendar widget is on the left side and not center. i would lke it center or better, to use the full lengthof the widget ??
it seems that the code bellow is the one to work with but i am not sure/* calendar */
.widget_calendar table { margin: 0px auto;}
.widget_calendar td { padding: 0px 4px; }
.widget_calendar caption{ font-weight: bold;font-size: 1.2em; }thank you
- The topic ‘need help to change my css style file’ is closed to new replies.