[Free] Page Banners Code

LeafJelly

Info


Created
5 months, 21 days ago
Creator
Jellos
Favorites
1370

Profile


Repeating Page Banners Code

Add on this code to any toyhouse character page for a repeating page banner! These stay stuck on the top and bottom of the entire page. They're hidden on mobile to not get in the away of any buttons. No credit needed if you use this code.
The top banner only shows up if you scroll down a little.

How to Use

Turn off WYSIWYG before using this code! It might break otherwise.
Paste the code onto the top of your character html.
If your banner looks too small or too big, change the height of the banner right below the image URL.

Top Banner Code


<div class="fixed-top hidden-sm-down " style="background-image:url(

https://gifcity.carrd.co/assets/images/gallery38/49a231d9.gif?v=5bf8fcf7

);height:40px

;width:100%!important;background-repeat:repeat-x; background-position:center; background-size:contain;position:fixed"></div>

Bottom Banner Code


<div class="fixed-bottom hidden-sm-down " style="background-image:url(

https://gifcity.carrd.co/assets/images/gallery49/97eaaacd.gif?v=5bf8fcf7

);height:25px

;width:100%!important;background-repeat:repeat-x; background-position:center; background-size:contain"></div>