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.
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
Sorry, I updated the htaccess file yesterday and made an error. It should be fine to view now.
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
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.