nav.top-bar .top-bar-section > ul > li .dropdown li:last-child a {
border-bottom: none;
}
+.top-bar-section .left li .dropdown li .dropdown {
+ left: auto;
+ border: 1px solid #b1b3b6;
+ border-top-right-radius: 6px;
+ border-top-left-radius: 6px;
+ border-color: -moz-use-text-color #b1b3b6 #b1b3b6;
+ border-style: none solid solid;
+ border-width: medium 1px 1px;
+}
+.top-bar-section .left li .dropdown li .dropdown li {
+/* left: -100px;*/
+}
nav.top-bar .toggle-topbar.menu-icon > a {
font-size: 20px;
font-weight: 400;
position: static;
margin-bottom: -2px;
}
+ #slider,
+ #slider-wrapper {
+ height: 330px !important;
+
+ }
+}
+
+@media (min-width: 800px) {
+ .nivo-caption {
+ left: 15% !important;
+ width: 70% !important;
+ }
+}
+
+@media (min-width: 980px) {
+ .nivo-caption {
+ left: 5% !important;
+ width: 90% !important;
+ }
}
/*#interior .header-content .header-image {
margin: 0 auto;
min-height: 370px;
}
+.nivo-caption {
+ left: 25%;
+ width: 50%;
+}
.container#home #main {
background-color: #f5ad1a;
<div class="center-image">
{if:isHomePage}
{rotatingImages:h}
+
{else:}
{if:headlines[0][img2]}
<img src="<?php echo HEADLINE_MAIN;?>{headlines[0][img2]:h}" />
</div>
</div>
{bottomScripts:h}
+ <script>
+
+// $(document).ready(function(){
+// var width2 = $(".header-image").width();
+//
+// console.log(width2);
+// console.log($(".header-image").width());
+// var width3 = $(".nivo-caption").width();
+// console.log(width3);
+// $(".nivo-caption").width(width2);
+// console.log($(".nivo-caption").width());
+// });
+
+ $( ".nivo-main-image" ).resize(function() {
+ console.log($('.nivo-caption').parent().parent().parent().parent().width());
+ });
+// $( ".nivo-main-image" ).resize(function() {
+// $( ".nivo-caption" ).width( $(".header-image").width());
+ console.log("ding");
+// });
+ </script>
</body>
</html>