PDA

View Full Version : add listing button to mobile header



Musfir Alotaibi
August 3, 2016, 03:18 PM
Hello

Is there a way to add button for adding listing to mobile version header .
like this in image :

1785

Fadil Asani
August 4, 2016, 01:37 PM
<a class="add_listing" title="{$lang.add_listing}" href="{$rlBase}{if $config.mod_rewrite}{$pages.add_listing}.html{else }?page={$pages.add_listing}{/if}">{$lang.add_listing}</a>

create style in css using .add_listing

add code in header.tpl after
<nav class="point1 clearfix">

that is what i have done

Musfir Alotaibi
August 4, 2016, 03:57 PM
Thank you Fadil ,

I will try it .