Hi!
I use the Design Studio to adjust my Appearance, and in the Advanced CSS-box I have currently added this to make it look better:
/*Remove top bar with button, member info and search box.*/
#xn_bar {display: none;}
/*No text in header*/
#xg_sitedesc {display:none!important;}
Now I want to adjust the spacing in 3 different places, marked in the image below (click for larger version). I think it is too much dead space between the components.
I have tested some code found here on Creators already, but did not get it to work.
How do I do this? Can anyone please help with some CSS-code to try? :)
My website is found at www.diablo-guilds.com, where this can be seen.
Permalink Reply by The Internet Junkie on March 5, 2012 at 9:29am Hello Deckard!
Try the codes below.
Area #1:
body {margin-top: 50px;}
Area #2:
.xg_theme h1#xg_sitename {padding: 30px 0 5px 3px;}
Description for area #2:
First # of 30px is padding from the top.
Second # of 5px is padding from the bottom.
Third # of 3px is padding to the right.
I think you will be happy with the adjustment I have implemented with the code above. If not, just adjust to your preference. =)
Permalink Reply by Deckard Cain on March 5, 2012 at 2:11pm Area 1 and 2 worked great, thanks. :)
Still have problems with Area 3 though, can not get that space narrower between the header and the menu. CSS code at the moment like this:
/*Remove top bar with button, member info and search box.*/
#xn_bar {display: none;}
body {margin-top: -15px;}
.xg_theme h1#xg_sitename {padding: 0 0 0 3px;}
/*No text in header*/
#xg_sitedesc {display:none!important;}
Which results in this:
I tried to set it like below, but setting like below did not work. Just brought back the larger distance at Area 2, and Area3 was uneffected.:
.xg_theme h1#xg_sitename {padding: 0 0 -10px 3px;}
Any suggestions?
Feels like the site description is in the way? I have hidden it, but is it still blocking me from closing the gap between header image and menu?
Permalink Reply by The Internet Junkie on March 5, 2012 at 9:07pm Give this a try for distance between header and menu.
#xg_masthead {height: 170px;}
Permalink Reply by Deckard Cain on March 5, 2012 at 11:37pm YES! Excellent, thank you very much! :)
Permalink Reply by Karla Moore-NineGPS on July 16, 2012 at 6:22am
Permalink Reply by Karla Moore-NineGPS on July 16, 2012 at 8:38am Thanks for your response! That actually resolved the top of the banner but the space between banner (network logo) & menu bar no change. I adjusted it to -5 and the top is perfect. Appreciated!
Kos replied to John Bizley's discussion 'File Manager NO DELETION option anymore ? Plus can you expand the file name size box.' in the group The Sandbox
John Bizley replied to John Bizley's discussion 'File Manager NO DELETION option anymore ? Plus can you expand the file name size box.' in the group The Sandbox
Riccardo Rossini replied to John Bizley's discussion 'File Manager NO DELETION option anymore ? Plus can you expand the file name size box.' in the group The Sandbox
Kos replied to John Bizley's discussion 'File Manager NO DELETION option anymore ? Plus can you expand the file name size box.' in the group The Sandbox
Chris replied to soaringeagle's discussion '3.0 feature request'© 2013 Created by Ning.
