Tagged: 

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

    Hi there,

    I’m trying to immitate a specific framework that has sort of a boxed header and a full width socket.
    I already checked the support forum and read that setting the socket to full in a boxed layout is outside of your support.

    So I was wondering, is it possible to set the width of the header borders to a maximum of i.e. 1400px?

    I attached a screenshot of what I’m trying to achieven in de private content sections and also a link to the domain i’m building on.

    Maybe you have another suggestion on how I can achieve that layout?

    Thanks in advance!

    #538158

    Hey MulderMind!

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

    #header_main_alternate .container {
        border: 1px solid #e2e2e2;
        border-right: none;
        border-left: none;
    }
    #header_main_alternate, #header_main {
        border: none!important;
    }

    Regards,
    Yigit

    #538243

    Yay Yigit!

    The moment I saw your name in the reply mail I already knew it would work :-)

    Great!

    Just one more thing, the height of the footersocket – can I set that to a maximum of 20 pixels or something?

    Thanks allot.

    #538256

    Hi!

    Thank you for making my day :)

    Please add following code to Quick CSS as well

    #socket .container {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    If you would like to make socket smaller, we are going to need to make font size smaller or it will look ugly :)

    Regards,
    Yigit

    #538301

    Works. Like a boss :)

    Thanks again for the perfect service and fast replies!

    #538311

    Hi!

    You are welcome, glad we could help!
    Let us know if you have any other questions or issues and have a great day!

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Set width of header borders’ is closed to new replies.