Hi Fairly new to Dolphin although I set up a site in 2012. Things have changed a bit sop I have to set up a fresh copy and seem to have 2 bottom menus one with "Home" that I need to remove the whole box. Can anyone direct me at all please?
Hi Fairly new to Dolphin although I set up a site in 2012. Things have changed a bit sop I have to set up a fresh copy and seem to have 2 bottom menus one with "Home" that I need to remove the whole box. Can anyone direct me at all please? |
Try this. If it doesn't work, get back to me.
/base/general.css
div.sys_breadcrumb {
margin-left: auto; margin-right: auto; display: none; }
Then you would most likely need to change this up a bit to remove some of the white space. div.sys_footer { bottom: 0; left: 0; padding-bottom: 75px position: absolute; width: 100%; }
Play with the padding to give you the margin you want. I settled for 130% |
Hi Johnk42. That worked perfectly many thanks. I actually only had to add the first bit : div.sys_breadcrumb {
margin-left: auto; margin-right: auto; display: none; }
Many thanks |
I wrote the tutorial for 7.3.5 so things may have changed.
Glad it worked. |