View Single Post
  #1  
Old 11-05-2016, 03:43 PM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 113,370
Abronsyth is on a distinguished road
Default Sidebar Width Issues

This is driving me nuts. For some reason no matter how I change the "width" value for my sidebar, it does not change. Here is my css for it. Does anyone see what is causing the width to not change..?
HTML Code:
#menu {
width:200px;
background:rgba(255,255,255,.8);
border-top-left-radius:10%;
border-bottom-left-radius:10%;
vertical-align:top;
}

#menu p{
margin:auto 10px;
padding:2px;
}

#menu h1 {
font-size: 14pt;
margin:2px auto 3px 10px;
color: #000;
text-transform:lowercase;
}

#menu a {
padding: 2px;
padding-left: 3px;
text-transform: uppercase;
font-size:12px;
letter-spacing: 1px;
}
		
#menu a:hover {
color: #000;
}

#menu ul {
list-style:none;
}
__________________
My Mods Site (1.3.4, 2020 Mods)
Reply With Quote