Responsive Banner border issue
- Posted by Karim Ben Ali (3) Offline
I am having issue with the border not going around the entire banner
can a gap/border can be set or removed at all?
it does not matter what option or slider I choose , I have the same issue.
Banners of different sizes have been tested with the same issue
11 years 10 months ago #1
by Karim Ben Ali
can a gap/border can be set or removed at all?
it does not matter what option or slider I choose , I have the same issue.
Banners of different sizes have been tested with the same issue
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
Hi Karim,
It looks like the problem comes from your template css that forces all images under div.asg-block to be have margin and border.
Can you please try to add this css code anywhere on your website css ?
11 years 10 months ago #2
by andy
It looks like the problem comes from your template css that forces all images under div.asg-block to be have margin and border.
Can you please try to add this css code anywhere on your website css ?
#responsivebannerslider img {
margin: 0!important;
border: 0!important;}
Please Log in or Create an account to join the conversation.
- Posted by Karim Ben Ali (3) Offline
Thank you.
This took care of the Sequence, but I have now the same issue with Nivo Slider and Adaptor Slider.
11 years 10 months ago #3
by Karim Ben Ali
This took care of the Sequence, but I have now the same issue with Nivo Slider and Adaptor Slider.
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
Ok, can you please change the previous code with this one and let me know the result :
11 years 10 months ago #4
by andy
div.asg-block img
{
margin: 0px!important;
border: 0px!important;
}
Please Log in or Create an account to join the conversation.
- Posted by Karim Ben Ali (3) Offline
Thanks. it took care of the issue.
I usually place a 7px marging around my pictures.
11 years 10 months ago #5
by Karim Ben Ali
I usually place a 7px marging around my pictures.
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline