I would like to make my footer 4 column (including the contact box) vs. the current 5 column. Here is my current site under development
Any help would be greatly appreciated. Thx!
I would like to make my footer 4 column (including the contact box) vs. the current 5 column. Here is my current site under development
Any help would be greatly appreciated. Thx!
Hi reggiescott,
Open your style.css and change the width from 160px to 220px on line 349.
Original code:
.wrapper .box_mini {
margin-right: 20px;
width: 160px;
}
New code:
.wrapper .box_mini {
margin-right: 20px;
width: 220px;
}
You may need to adjust the width some if you feel that isn't spaced correctly.
Regards,
Mya
awesome! Thank you so much! AMAZING theme too!
You're welcome! Glad you like the theme!
Regards,
Mya
You must log in to post.