Hello,
I was wondering if there is anyway to add a border (also) around the entire site – similar to this: http://www.sagmeisterwalsh.com/press/
thanks in advance!!
Hey icebox10!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body {
border: 10px black solid;
}
Regards,
Yigit
Thank you!
It seems like the example I sent has a fixed border around the browser and not the actual website if that makes sense. So if you scroll through the site the 4 borders are static.
Are you guys going to come out with new mobile menu designs in the future?
Hey!
Please add following code to Quick CSS as well
#header {
width: 97%;
}
If you have any recommendations or requests, please feel free to post them here – https://kriesi.at/support/enfold-feature-requests/
Regards,
Yigit
Great that fixed it…
Is there anyway to just have the browser have a border? similar to sagmeister.com… so instead of the webpage having a border – the browser has one. When you scroll the border is always there.
Hey!
We have applied border to body using custom CSS code. We cannot add it to browser. Example site applied them using divs with background images – http://i.imgur.com/7tRA012.png
Cheers!
Yigit
Thanks anyways! Figured I would ask :)