Cactex_Logan Posted February 23 Share Posted February 23 Hello, I am wondering if it is possible to round the corners of my header? I have the code in the custom CSS section, but it doesn't seem to affect anything. Any thoughts? I'd love to add a drop shadow as well. Link to comment
Solution Cactex_Logan Posted February 23 Author Solution Share Posted February 23 I figured out my own question. Here is the code I used // Header Style .header{ margin:20px; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 25px; } Link to comment
Mork_Walfe Posted February 28 Share Posted February 28 Hi there Logan, your site looks great and I was trying to do a similar thing with mine. The one difference is that mine had drop-downs in the folders. The "overflow: hidden;" command seems to make the round ends possible, but also hides my drop-downs. Do you or anyone know how to get around this? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment