Responsive settings like demo
On your demo http://themes.muffingroup.com/betheme/home/spa# there's a Rev slider on the WELCOME TO OUR SPA CENTER section.
I sized the jpgs the same size and I'm attempting a similar layout but it's not responsive. When I squeeze the browser it gets broken up.
Are there settings in the Rev slider I need to adjust or is this a media query issue?
My issue is on the Welcome to Jarilyn's Spa Retreat section.
http://jarilynsparetreat.com/
I sized the jpgs the same size and I'm attempting a similar layout but it's not responsive. When I squeeze the browser it gets broken up.
Are there settings in the Rev slider I need to adjust or is this a media query issue?
My issue is on the Welcome to Jarilyn's Spa Retreat section.
http://jarilynsparetreat.com/
Comments
this slider is based on revolution slider settings only. Probably you setup some settings wrong. Why you did not uploaded this slider? The slider is included into theme package and can be imported with just one click. This was described on http://forum.muffingroup.com/betheme/discussion/15/how-to-import-revolution-slider-into-be-theme
I had a min-height set so the white text area is the same height as the slider. The CSS I used was affecting the slider though.
So...how do I get this text area the same height as the slider without affecting it?
When the browser is full width how can I get this container to be the same height as the slider to the left of it.
JUST LIKE YOUR DEMO
Here's what I did so far
.column_attr.animate.fadeInRight > div {
min-height: 382px;
}
but will this affect other divs?
Example:
.column_attr.animate.fadeInRight > div {
min-height: auto;
}