Jump to content

how to delete padding?


Recommended Posts

i fix the problem editing blocktopmenu.tpl in the modules of themes

 

/themes/mytheme/modules/blocktopmenu.tpl

 

and editing   

<div id="block_top_menu" class="sf-contener clearfix col-lg-24">

for

 <div id="block_top_menu" class="sf-contener clearfix col-lg-24" style=" padding-left:0px; padding-right:0px">


 

Link to comment
Share on other sites

thanks or share

padding for this element is defined in css styles:

.sf-menu > li > a {
font: 600 18px/22px "Open Sans", sans-serif;
text-transform: uppercase;
color: #484848;
display: block;
padding: 17px 20px;
border-bottom: 3px solid #e9e9e9;
}

superfish-modified.css

Link to comment
Share on other sites

×
×
  • Create New...