PDA

View Full Version : Realty_wide and consistency of header/menu



Mark Dunham
April 3, 2017, 03:29 AM
Hi I'm using the Realty_wide template and I was wondering how I can get consistency of the menu
please see images below
however I would like to have all of the pages headers be the same the search on map page with the menu right aligned..
do i need to go into the Style.TPL to change this somehow?

thanks,
Mark.
228922902291

Curtis
April 3, 2017, 05:34 AM
Hello Mark,

You can add new css style for it in style.css fle:



body.large.search-on-map-page ul.menu {
position: absolute !important;
right: 25% !important;
}