-
AuthorPosts
-
December 19, 2015 at 3:32 am #555328
Hello! I used the css beo provided in a previous thread. It works great but is there a way to make the expert area wider so that it fits correctly within the image? See link in private area.
#top .aviaccordion-title-on-hover .aviaccordion-preview {
opacity: 1;
filter: alpha(opacity=100);
text-align: center;
}h3.aviaccordion-title {
position: absolute;
left: 0;
background: rgba(0,0,0,.3);
padding: 10px;
top: 0;
margin: 0;
text-align: left;
}#top .aviaccordion-preview-title {
display: block;
padding: 0;
}li.aviaccordion-slide:hover .aviaccordion-excerpt {
opacity: 1;
}.aviaccordion-excerpt {
opacity: 0;
-webkit-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
padding: 10%;
}#top .aviaccordion-slide:hover .aviaccordion-excerpt {
background: rgba(0,0,0,.6);
padding: 20px;
display: block;
width: 80%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
position: absolute;
}#top .aviaccordion-preview-title-wrap {
display: block;
}#top .aviaccordion-preview-title-wrap {
background: transparent !important;
}December 19, 2015 at 3:38 am #555332It actually looks like the except text isn’t worrking anymore on hover, can I please get some help with this? Thank you!
December 20, 2015 at 3:23 am #555496Hey!
You can use this CSS to make it wider.
#top .aviaccordion-preview { width: 70% !important; }But it doesn’t look like it’s going to help. You have way too much text in there.
Best regards,
ElliottDecember 20, 2015 at 10:23 pm #555682Works perfectly because I set the images to be 1500 X 630 :)
Thank you!
December 21, 2015 at 8:53 am #555807December 28, 2015 at 9:07 pm #557846please close this thread :)
-
AuthorPosts
- The topic ‘Accordion Slider css’ is closed to new replies.
