Shibly Maksud Posted February 6, 2014 Share Posted February 6, 2014 Hello I want to add a custom bar right under search bar after category and want to all other contents goes down under it but don't know which file i have to edit to do this. Please help me with this. See the image attached Link to comment Share on other sites More sharing options...
vekia Posted February 6, 2014 Share Posted February 6, 2014 header.tpl file located in your theme directory Link to comment Share on other sites More sharing options...
Shibly Maksud Posted February 6, 2014 Author Share Posted February 6, 2014 header.tpl file located in your theme directory Its not the header whare i want to add these its in the body Its id is <div id="columns" class="grid_9 alpha omega clearfix"> or <div id="columns_block"> or <div id="left_column" class="column grid_2 alpha"> or <div id="center_column" class=" grid_5"> Please tell me which file i have to edit to insert somthing custom i want into this div Link to comment Share on other sites More sharing options...
vekia Posted February 6, 2014 Share Posted February 6, 2014 you have to add new div after <div id="left_column" class="column grid_2 alpha"> to this div add two other divs with center column and right column above add own <div> with this bar Link to comment Share on other sites More sharing options...
Shibly Maksud Posted February 6, 2014 Author Share Posted February 6, 2014 you have to add new div after <div id="left_column" class="column grid_2 alpha"> to this div add two other divs with center column and right column above add own <div> with this bar Thanks for your reply, i know that but which file i have to edit to do this like you previously said header.tpl Link to comment Share on other sites More sharing options...
Recommended Posts