Hello @sandroaraujo,
Which blank space you are talking about? check below screen shot link
https://ibb.co/cBKHAv
If you what to remove space specified in screen shot you can do that using below css rule
.dropdown li a{
padding: 9px 14px 9px 14px !important;
}
Change value of last 14px according to your requirement.
If this is not your issue that please provide and screenshot with proper indications.
Thank You
I’m sorry i didn’t provide the ss
Here is the screen shot
https://ibb.co/nHzjqv
Hello @sandroaraujo,
Try to use below css rule
.navbar-default .navbar-nav ul.sup-dropdown {
padding-left: 0px;
width: 200px !important;
}
Please let us know for further assistance.
Thank You
It worked!
Thanks a lot
I have another question, can i use this same topic or do i need to create another one?
It’s about to make more extre content sections, i want to put some features in that, like gallery and clients section.
Hi,
Please follow this thread
Thank You