Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #517311

    Hi,
    I’m trying to make a chunky white border around my site and I’ve found out (sort of) how to do it by reading the forums. The problem is that the menu sticks out.
    The code I’ve used is

    .boxed#top {
    border-right: 20px solid #ffffff;
    border-left: 20px solid #ffffff;
    border-top: 20px solid #ffffff;
    border-bottom: 20px solid #ffffff;
    }

    Can anyone left me how to fix this last bit? Also set the site width to 1100px, if that makes any difference.

    #517340

    Hey jonrouse!

    Please go to Enfold theme options > Header > Header Behaviour and disable sticky header option or try adding following code to Quick CSS

    header#header {
        width: 73.6%!important;
    }

    Regards,
    Yigit

    #517344

    Thanks Yigit, I tried the custom CSS and it made it stick out further!
    Making the header non-sticky worked though. Ideally I would like to keep the sticky header, but if that’s the only option I can live without it.

    #517350

    Hi!

    Using custom CSS it is possible to fix it but that would not break responsiveness of the header. If you do not mind, please do not use sticky header :)

    Regards,
    Yigit

    #517353

    No, that’s fine Yigit, I can always introduce the full width sub menu if necessary (hope it doesn’t break it too).

    Thanks for your help,

    John!

    #517356

    Hi!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

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