Is it possible to increase the roundness of the corners of the overall container for top and bottom (guessing this is the top of the menu and the footer container). It has something to do with the radius... just can't figure out the code to put in the Quick CSS.
Rounded Corners
2 posts from 2 voices-
Posted 1 year ago #
-
Hey,
you can use
#top.boxed .main_menu .avia_mega{ border-top-left-radius:20px; border-top-right-radius:20px; }and this for the footer:
.boxed #socket{ border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }Posted 1 year ago #
Reply
You must log in to post.














