Forum Replies Created
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
September 29, 2017 at 8:05 am in reply to: Genesis Slider in Sidebar Changes Size on Last Slide #212003
modernsugar
MemberWorks perfectly - thank you so much!
September 27, 2017 at 12:26 pm in reply to: Genesis Slider in Sidebar Changes Size on Last Slide #211932modernsugar
MemberThanks didn't even think of doing something like that - I have it setup on a test page -
https://mmsa.org/test/I'd love to know why the last one shortens up and would also love to get rid of the lines under it when it's in the sidebar. On the front page it doesn't display with lines and every slider is the same dimensions.
modernsugar
MemberI actually didn't get it solved right away - I changed
#inner .wrap { margin: 0 auto; width: 1140px; }
to
#inner .wrap { margin: 0 auto; max-width: 1140px; width: 100%; }
which fixed it for some browsers, but others were still having trouble. I hired a coder and they changed the following
#header .textwidget { text-align: right; }
to
#header .textwidget { text-align: right; font-size:13px; }
and changed the width in the following to 180px
.header-image #title-area, .header-image #title, .header-image #title a { display: block; float: left; height: 120px; overflow: hidden; padding: 0; text-indent: -9999px; width: 400px; }
and the width in this line to 630px
#header .widget-area { width: 560px; }
hope that helps
modernsugar
MemberJust figured it out!
changed the inner-wrap on the stylesheet and that fixed it
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)