Forum replies created
Hi Kim,
As you said, that menu is boxed but not the grey box, please provide a screenshot with the issue or if you meant that the background still remains grey? Please also use the default header.php file to the theme so that I can take a look into your site and provide you with the most possible solution.
Thanks.
Hi Georgios,
Previously mentioned, that the theme layout design has changed along with the new update and now it uses different code and styling. However, if you wish to achieve your previous theme layout style so you can ask for our theme customization services page. The all I can assist you is, if you wish to make your footer look alike the other theme background color, so you can use the following custom code into your Custom Css:
.footer {
background: none !important;
}
And to make your content look like boxed as previous version, so you can use the following code:
.content {
background-color: #efefef;
max-width: 1200px;
margin: 0 auto !important;
}
Thanks.
Hi Kim,
Firstly, we don’t encourage to apply the direct modification into theme files. Though, if you still wish to get some customization services then I’d refer you to our services page where you can get theme customization services. Meanwhile, theme has changed the layout design along with the new update and surely there is no bug regarding boxed layout design. You can avail the desired layout customization, if you wish to get the boxed layout style as your previous version.
https://theme4press.com/theme-customization-service/
Thanks.
Hi Kim,
Upon checking, your website looks fully boxed at my end (see: http://prntscr.com/82zewa), please confirm the issue related to boxed layout so we take a closer look into your website and provide you with a detailed response.
Thanks.
Hi Georgios,
If you wish to make your navigation bar and slider into boxed layout and want to get a look something like this: http://prntscr.com/82zbqv, so please add the following code into your custom Css:
.menu-header {
float: none !important;
max-width: 1200px !important;
margin: 0 auto !important;
}
.menu-container {
max-width: 1200px !important;
margin: 0 auto;
}
Hope this helps!
Thanks.
Hi Kim,
Thanks for writing in,
Firstly, I’d like to inform you that in evolve premium version the layout style is different and in which the menu bar and footer is in wide layout and the rest of design is boxed when you select the boxed layout. Meanwhile, if you wish to make your navigation bar into a boxed layout so you can try adding the following code under Appearance > Theme Options > Custom Css:
.menu-header {
float: none !important;
max-width: 1200px !important;
margin: 0 auto !important;
}
In regard of footer layout style, if you wish to achieve something like the: http://prntscr.com/82yzak, so please add the following code into your Custom Css:
.footer {
background: none !important;
}
.container.container-footer {
background: none !important;
}
Hope this helps!
Thanks.
Hi Georgios,
Would you mind confirming about the “menu item hover effect” (see: http://prntscr.com/82ylvy). At my end, I don’t find any problem in menu items wordings when hover over them. Secondly, if you wish to suppress the line above the navigation bar without removing or deactivating a plugin, so you can achieve that by adding the following code under Appearance > Theme Options > Custom Css:
#wrapper {
margin-bottom: 0 !important;
}
Thanks.
You’re welcome! 🙂
You’re welcome! 🙂
Hi Georgios,
Thanks for writing in! would you mind providing the correct URL of your website. http://www.cleanpasss.grandeurandluxury.com/ this link is broken. Meanwhile, you can try this following code under your custom CSS field:
.widget-title-background {
background: #6a5750 !important;
border: 1px solid #222 !important;
}
Thanks.