Nivo Slider Background color
5 posters
Page 1 of 1
Nivo Slider Background color
Ok i add Nivo Slider to my forum and all is fine, but i got some big white place in background or pictures idk how you call that, but that make big place around slider, how to fix that? Slider dont use much space how he looks but with this he make my forum litlle biger :-) http://akvaristika.bosnianforum.com/ Thanks
Re: Nivo Slider Background color
Check your css for a command named #pun-announcement and if you find it add this in your css, or else simply add it all!
- Code:
#pun-announcement {
background-color: transparent;
width: 700px;
height: 400px;
margin: 0px 80px;
}
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Nivo Slider Background color
Ok i got transparent background but now i got border around slider like this
How to clean that white border?
How to clean that white border?
Re: Nivo Slider Background color
Hi
Delete "border-style: solid;" from:
Hope that helps!
Regards,
Pizza Boi
Delete "border-style: solid;" from:
- Code:
#pun-announcement {
border-style: 1;
border-width: 1px;
padding: 1em;
}
Hope that helps!
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Nivo Slider Background color
Sure but i cant find this in css really...where i need to search for this??? I add this but again nothing changed really...
Re: Nivo Slider Background color
Hello,
Just add the border property. Replace the previous CSS codes with this:
Just add the border property. Replace the previous CSS codes with this:
- Code:
#pun-announcement {
background-color: transparent;
width: 700px;
height: 400px;
margin: 0px 80px;
border: 0;
}
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Re: Nivo Slider Background color
Jophy wrote:Hello,
Just add the border property. Replace the previous CSS codes with this:
- Code:
#pun-announcement {
background-color: transparent;
width: 700px;
height: 400px;
margin: 0px 80px;
border: 0;
}
Hi
If ever the code Jophy provided would not work, make sure to put !important after transparent and before ';' for it not to overlap with the other codes .
Also, in regard to your question, my apologies, I forgot to input the whole solid thing since I accidentally unchecked it in my Inspect Element option, lol, anyway, if you can't find it in your CSS, you might be able to find it it in the Default CSS. Don't fret, though, the code Jophy provided is enough to cancel out the one in your CSS .
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Nivo Slider Background color
This work fine and now all is great...thanks
- Code:
#pun-announcement {
background-color: transparent;
width: 700px;
height: 400px;
margin: 0px 80px;
border: 0;
}
Re: Nivo Slider Background color
Problem solved & topic archived.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Nivo Slider
» Nivo Slider Caption
» Nivo Slider Problem
» Nivo Slider not working
» Problem with Nivo Slider
» Nivo Slider Caption
» Nivo Slider Problem
» Nivo Slider not working
» Problem with Nivo Slider
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum