jhande Posted December 9, 2012 Posted December 9, 2012 I have been searching all the files but can't find away to add blank space between the infoboxes. I did notice in a few files mention of column left and column right but there's no such files. Is the spacing handled by a jquery file? :( - :: Jim :: - - My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -
PupStar Posted December 9, 2012 Posted December 9, 2012 in stylesheet.css change .infoBoxContainer {} to .infoBoxContainer { padding: 3px; }
jhande Posted December 9, 2012 Author Posted December 9, 2012 @@PupStar AWESOME Mark, thank you so much! :thumbsup: Wow such a speedy reply ;) - :: Jim :: - - My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -
♥mattjt83 Posted December 9, 2012 Posted December 9, 2012 Wouldn't padding just increase the space around the content inside the infobox? Margin top and bottom would increase the space on the outside of each infobox. Matt
PupStar Posted December 9, 2012 Posted December 9, 2012 I changed it about 2 hours ago on a new install lol :thumbsup:
PupStar Posted December 9, 2012 Posted December 9, 2012 Wouldn't padding just increase the space around the content inside the infobox? Margin top and bottom would increase the space on the outside of each infobox. works for me
♥mattjt83 Posted December 9, 2012 Posted December 9, 2012 @@PupStar hey if it works it works :) the padding solution I think is just giving the illusion of spacing around the element but will probably make the contents have to shrink a bit to fit inside. If you try margin-bottom:3px; you will see what I mean Matt
jhande Posted December 18, 2012 Author Posted December 18, 2012 in stylesheet.css change .infoBoxContainer {} to .infoBoxContainer { padding: 3px; } Worked, but also pushes the breadcrumb backgroung to the right. Oh well thanks anyway - :: Jim :: - - My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -
jhande Posted December 18, 2012 Author Posted December 18, 2012 @@PupStar hey if it works it works :) the padding solution I think is just giving the illusion of spacing around the element but will probably make the contents have to shrink a bit to fit inside. If you try margin-bottom:3px; you will see what I mean Thank you so much Matt! Worked great. :thumbsup: - :: Jim :: - - My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -
♥14steve14 Posted December 18, 2012 Posted December 18, 2012 Try adding to your stylesheet #columnLeft .infoBoxHeading, #columnRight .infoBoxHeading { margin: 4px 0 4px 0; padding:5px 5px; } REMEMBER BACKUP, BACKUP AND BACKUP
jhande Posted December 18, 2012 Author Posted December 18, 2012 Thanks Steve! I'll give that a try. - :: Jim :: - - My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -
Recommended Posts
Archived
This topic is now archived and is closed to further replies.