Please explain how you can edit the component area in Bitrix. Pasted your div into the header:
<div id="header"> <div id="topline" style="background-color: #867550; width: 976px; margin: auto; height: 36px;"></div> <div id="topbanner" style="position: relative; left: 10px; margin-bottom: 15px;"> <? $APPLICATION->IncludeFile( '/include/slogan_inc.php', array(), array( 'MODE' => 'html', 'TEMPLATE' => 'page_inc.php', ) ); ?> </div> </div> Behind it comes the menu component:
<?$APPLICATION->IncludeComponent("bitrix:menu", "top", array( "ROOT_MENU_TYPE" => "top", "MENU_CACHE_TYPE" => "Y", "MENU_CACHE_TIME" => "36000000", "MENU_CACHE_USE_GROUPS" => "Y", "MENU_CACHE_GET_VARS" => array( ), "MAX_LEVEL" => "1", "CHILD_MENU_TYPE" => "left", "USE_EXT" => "N", "ALLOW_MULTI_SELECT" => "N" ), false );?> But when pointing (in edit mode) to a component with a menu, the area of the component itself (not the menu) spreads up very strongly. How can I reduce the size to the size of the menu?
I attach the screen:
