• Closed by: Alex
  • Closed on: 15.07.15, 09:13
  • Reason: Closed
  • Comment: Glad to help!

Ticket #7977 - New section navbar 'FlexMenu'

Good day! I apologize for the inconvenience, but I want to ask if you can add in the navbar ‘FlexMenu’, as a section, a page that we created by code (http://www.ingemar.com.ar/certificados-ingemar)
This is possible? I consult you, as the navbar corresponds to a module of the Venedor theme.

From already thank you very much!
I await your response,
Regards.

Comments

Soporte Criterio 30 Jun 2015, 16:46

Hi! I could fix it with custom links … Thank you!!! :)
But I have a problem, the navbar is broken by the number of sections … the only way to fix it is to me to enter and modify the css?
(Now you can’t see the ‘Certificados’ section because since otherwise the navbar looks broken, and my site is active)

I await response, thank you!

Kate Support 30 Jun 2015, 18:24

Hi,
sorry, I didn’t quite understand the issue.
Please show it with the screenshot and I will try to help you

Regards

Kate Support 30 Jun 2015, 18:47

If you need to make the distance between menu items smaller please add this code to Theme Settings > Custom CSS

#page .flexmenu ul li a span {font-size:14px;}
#page .flexmenu ul li a {padding-left:15px; padding-right:15px}

And change the padding and font size as you need

Regards!