Hi,
I would like to give my menu a background, ideally an image of a ribbon which I have created.
At the moment I have the following CSS code to centre my logo and menu. I would now like to give the menu a background, that stretches the entire width of my website which is 1030px. Are you able to help with this?
#top #header_main .container {
height: auto !important;}
.fixed_header #main {
padding-top: 180px;}
#top .logo {
float: none;
position: relative;
width: 220px;
margin: 0 auto;}
.main_menu {
position: relative;
float: none;
width: 510px;
margin: 0 auto;}
Hi fonterra!
Can you post the link to your website and to your background image?
Cheers!
Yigit
Hi!
You can add this on your custom.css or Quick CSS:
#header {
background-color: transparent;
background: url(https://westernstarbutter.staging.safecom.com.au/wp-content/uploads/christmas-ribbon-nav.png) no-repeat bottom center;
}
Cheers!
Ismael
Thanks so much that worked perfectly.