Bottom Home box

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?

3.jpg · 257.4K · 184 views
Quote · 15 Mar 2020

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%

Quote · 16 Mar 2020

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

Quote · 16 Mar 2020

I wrote the tutorial for 7.3.5 so things may have changed.

 

Glad it worked.

Quote · 16 Mar 2020
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.