Your Time:
Our Time:

Full width footer w/ Vertical Left Menu

Sorry, but you do not have the capability to view this topic

  • Resolved
    Posted in: LifeCare  
  • Supported
    • Topics: 5
    • Replies: 10
    • Total posts: 15
    Post count: 10
    blankrkw
    Member
    2015-11-21 at 2:57 am #11043

    Hi,
    I was able to extend the footer to be full width when the theme uses the vertical left menu with the code below:

    #footer {
    	position:absolute;
    	margin: 0 auto;
    	overflow: hidden;
    	padding: 60px;
    	color: #fff;left:0;z-index:100000;width:100%;
    }

    The issue with this is that when pages scroll the footer will will overlap the left menu. As seen in the attached screenshot where the last menu item is getting cut off.

    If there a way via CSS or making edits to the theme template that could resolve this?

    Thank you!

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.