How to… multiple questions about BurnEngine

ThemeBurn SupportForumsOpenCart ThemesBurnEngineHow to… multiple questions about BurnEngine

This topic has been marked as not resolved.

Hello,

As today is the last day of the week we have prepared another bunch of Q about the functionality of BurnEngine. So here we go:

1st: Can there be a space between for example the “Intro” and “Content” section like in “Picture-1″
For the example we used a Text block and set the text to be the same color as the background, BUT this is not a solution for us.

2nd:We cannot find from where to manipulate the drop down menu of “Manufacturers” when the “Mega menu” option is enabled. We want to make it as in “Picture-2″. We found through the Inspect button on the browser that we need to change: “width: 960px; margin-left:0″. Can it be done through the Custom CSS option from BE?

3rd: After discovering the option for custom presets we made one of our own and the next time we opened the menu we saw this kind of errors as in “Picture-3″. The funny thing is that we haven’t done absolutely nothing to the default presets.

We are eagerly awaiting for your answers so that we can move on with the construction of our e-commerce shop :)

Best Regards,
Stefan Pavlov

November 4, 2016 at 4:46 pm #52812

Hello Stefan,

1) There are several options to do this:
- Set border bottom to the header style area from Theme Settings > Style > Header
- Remove the background of the Wrapper style area, set white background color to each Header, Intro, Content, Footer and Bottom areas and then add some bottom margin to the header area.

2) You can use this custom CSS to modify menu width:

#Menu_InOOJLfv .dropdown-menu {
  width: 400% !important;
  margin-left: 0 !important;
}

You may need to improve this custom styling for small screen stores.

3) Presets have been fixed in the last Technopolis update. You can download it from your ThemeForest account.

BR,
ThemeBurn team

November 8, 2016 at 6:49 pm #52885
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.