help :)
- Posted by Jennifer Joyce (18) Offline
I had to rebuild the responsive banner slider and now it has the rounded corners again. I tried to place the following in my css file but it did not work, please advise:
#responsive-banner-slider img {
border-radius:0!important;}
#viewport-shadow #viewport {
border-radius:0!important;}
#viewport-shadow { margin-left:35% ; }
10 years 5 months ago #7
by Jennifer Joyce
#responsive-banner-slider img {
border-radius:0!important;}
#viewport-shadow #viewport {
border-radius:0!important;}
#viewport-shadow { margin-left:35% ; }
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5318) Offline
It should be working. How did you add the code? Is the url still www.pacificcoastjournal.com/test/ ?
10 years 5 months ago #8
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Jennifer Joyce (18) Offline
I added it to the template.css file
yes, url is still www.pacificcoastjournal.com/test/
10 years 5 months ago #9
by Jennifer Joyce
yes, url is still www.pacificcoastjournal.com/test/
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5318) Offline
Hi, I've cheked your template css here www.pacificcoastjournal.com/test/templat...090/css/template.css
and it looks like you have placed the code incorrectly (you put the code inside the @media print wrapper.
This is your code :
where it should be
10 years 5 months ago #10
by TemplatePlazza
and it looks like you have placed the code incorrectly (you put the code inside the @media print wrapper.
This is your code :
@media print {
a:after {
display: none !important;
}
#responsive-banner-slider img {
border-radius:0!important;}
#viewport-shadow #viewport {
border-radius:0!important;}
#viewport-shadow #viewport {
background:none!important;
box-shadow:none!important;}
where it should be
@media print {
a:after {
display: none !important;
}
}
#responsive-banner-slider img {
border-radius:0!important;}
#viewport-shadow #viewport {
border-radius:0!important;}
#viewport-shadow #viewport {
background:none!important;
box-shadow:none!important;}
Please Log in or Create an account to join the conversation.
- Posted by Jennifer Joyce (18) Offline
- Posted by Jennifer Joyce (18) Offline
Is there a way to add space in-between the banners on the right side of the pages? right now they are butting up to each other
10 years 5 months ago #12
by Jennifer Joyce
Please Log in or Create an account to join the conversation.