Service Portal - Footer

Wendy Peterson
Giga Guru

Is there a way to get this to span the entire page - It shows white on both sides? TIA

Here is the CSS in my Footer

.is-footer {
	background-color:#97c0bb;
  	padding:5px;
    color:white;
}
.is-footer a:hover{
	color:white;
    cursor:pointer;
}
.is-footer a:visited{
	color:white;
}

find_real_file.png

1 ACCEPTED SOLUTION

I figured it out - I needed to update it to this and now it's working - I copied another one which I didn't update it correctly. Thanks

<div class="container-fluid indirect_sourcing_ariba-footer">

View solution in original post

9 REPLIES 9

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,


Try removing Padding.


Thanks,
Ashutosh

Tim Owen
Mega Expert

It appears that whatever is wrapping (parent container) is not receiving the .is-footer styles. I cannot tell without seeing some of the HTML and maybe more CSS. One thing you can do to investigate: 

  1. Open developer tools (usually F12 depending on browser).
  2. Go to the Elements tab and look at CSS modifiers (at right or bottom in Chrome)

Each level will have CSS styles in this list which can be changed or added to. You can change these without making permanent changes to your CSS. When you find the style on the correct level that makes your page show correctly, you can add this to your CSS page.

Are you referring to the Index page? It was added to the theme so it's not being shown on the index page. I have Firefox not seeing Developer Tools there is a Web Developer with a million things under neath. I have this on my CSS of the Index page but not seeing anything about footers in there.

on the portal itself this was done in the Quick Setup

find_real_file.png

I figured it out - I needed to update it to this and now it's working - I copied another one which I didn't update it correctly. Thanks

<div class="container-fluid indirect_sourcing_ariba-footer">