-
AuthorPosts
-
April 3, 2014 at 7:56 pm #247205
Hey There –
Had an earlier ticket to fix this. It was fixed for a bit, and now I’m seeing issues again.
This page looks great:
http://www.charlestonwedding.com/2014/portfolio-item/carla-scott/But this one does not:
http://www.charlestonwedding.com/2014/portfolio-item/magnolia-plantation/Currently have this Quick CSS in place that you recommended using:
h2 { margin-bottom: 0px;!important }
h3 { margin-bottom: 0px;!important }
h5 { margin-top: 2px; }
.avia-section {
min-height: 60px;
position: static;
}Also, wouldn’t we want to be nesting the h2/h3/h5 styling just within .avia-section, to pin-point just this case? IE:
.avia-section h2 {
blah blah;
}Thoughts?
April 4, 2014 at 8:43 pm #247635Hey Matt!
Please add following code to Quick CSS as well
.postid-3804 #av_section_1 { height: 60px !important; min-height: 60px!important; }Best regards,
YigitApril 7, 2014 at 8:22 pm #248432This doesn’t seem like a great fix – it fixes the header issue on 3804, but none of the other pages that use the same formatting. Can we use CSS that encompasses all of them?
Example:
This one looks good (3804):
http://www.charlestonwedding.com/2014/portfolio-item/magnolia-plantation/This one (and many others) doesn’t:
http://www.charlestonwedding.com/2014/portfolio-item/charleston-harbor-resort-marina/April 9, 2014 at 6:46 am #249113Hi!
You can use the custom css class feature (see: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) to apply a special styling to certain color sections. I.e. use the class “small_color_section” and then use:
#top #wrap_all .small_color_section { height: 60px !important; min-height: 60px!important; }to apply the 60px height attribute to all elements/color sections with the class “small_color_section “.
Cheers!
PeterApril 11, 2014 at 7:59 pm #250366Works great – thank you.
April 12, 2014 at 6:44 am #250448 -
AuthorPosts
- The topic ‘Still having vertical alignment issues’ is closed to new replies.
