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

    I have two items I need help with.
    1. I have chosen a boxed layout and I want to make the margins on the side of the pages smaller so there is more content space. I have tried changing the dimensions sizes in the Enfold Child Theme Options, General Layout section, but no matter the size I enter above 1310px, the pages stay the same. How would I change this?
    2. I would like to change the column sizes in my mega menu so they are wide enough for my items to show on one line and not have a line break.
    Thanks.

    #451933

    Hi thecszone!

    Thank you for using Enfold.

    I want to check the page but it gives me a forbidden 404 error. Please make sure that you’re running Enfold 3.1.5 on WordPress 4.2.2.

    Cheers!
    Ismael

    #452049

    Sorry, I updated the htaccess file yesterday and made an error. It should be fine to view now.

    #452199

    Hi!

    1.) Use this to increase the width of the container:

    .responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header {
      width: 100%;
      max-width: 98%;
    }

    2.) Try this to increase the mega menu width:

    #header .twelve.units {
      width: 1200px !important;
    }

    Use css media queries to adjust the width for smaller screens.

    Regards,
    Ismael

    #452289

    I tried both of these. The second one works great. Thanks. But the first one doesn’t change anything, The container size does not change.

    #452905

    Hi!

    Sorry for the late reply. I don’t know if it would work for you but you could try to reduce the padding on all container elements:

    .container {
      padding: 0px 25px !important;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.