Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #476714

    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!!

    #476814

    Hey icebox10!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    body {
      border: 10px black solid;
    }

    Regards,
    Yigit

    #476840

    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?

    #478355

    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

    #479130

    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.

    #479210

    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

    #479336

    Thanks anyways! Figured I would ask :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘border’ is closed to new replies.