Border around content?

edited July 2016 in Other
Hello,

I am trying to place an image as a border around my content.. as you can see, the tick purple border goes all around.. but how can I extend the dotted line all around as well? 

I am using this code provided by the Muffingroup support team.. but its still not 100% there, as the dotted line stops at the nav bar and should go all the way around..

.header-stack.header-center #Top_bar .menu_wrapper, #Content, #Footer {
   border-left: 15px solid #7884c5;
   border-right: 15px solid #7884c5;
   box-sizing: border-box;
}

#Footer {
   border-bottom: 15px solid #7884c5;
}



Here is the link so you can see what I mean..   http://www.lasbodasdemalena.mx/


Thank you, any ideas are welcome!

Comments

Sign In or Register to comment.