- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2019 06:48 AM
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;
}
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2019 07:45 AM
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">

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2019 07:02 AM
HI,
Try removing Padding.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2019 07:03 AM
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:
- Open developer tools (usually F12 depending on browser).
- 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2019 07:22 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2019 07:45 AM
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">