-
AuthorPosts
-
April 5, 2014 at 11:07 pm #247869
Hey guys,
I started a thread a while ago on this but no one has looked at it – I apologize for opening this new thread but I worry the other has been missed.
—
Ever since updating from v2.4 to v2.6 I have been having issues with horizontal whitespace. Since the screenshots below I’ve tried to adjust manually to look like before but they respond very differently so would rather fix the cause of the problem if possible.
Screenshot of old theme: http://i.imgur.com/cTu4kN1.png
Screenshot of new version: http://i.imgur.com/fSyHfXg.pngYou can see the much larger whitespace that the horizontal rulers are now displaying below the slider, and this also happens with every other horizontal ruler whitespace on the page. Why is this happening? I didn’t make any changes to the page, only updated the theme.
If I inspect element and use the first horizontal ruler as an example, the code shows as follows for each:
Old:
<div style=”height:35px” class=”hr hr-invisible avia-builder-el-2 avia-builder-el-first “><span class=”hr-inner”><span class=”hr-inner-style”></span></span></div>New:
<div style=”height:35px” class=”hr hr-invisible avia-builder-el-2 el_before_av_one_full avia-builder-el-first “><span class=”hr-inner”><span class=”hr-inner-style”></span></span></div>So it looks like the theme update added “el_before_av_one_full” to the horizontal ruler… any ideas?
I hope this helps, and thank you! I’m sure I’m not the only person the update would have done this too so I hope it helps others as well.
Best,
JonathanApril 6, 2014 at 5:14 am #247887Hey Jonathan!
The whitespace element was updated with a new option in one of the recent updates. So it would make sense that it might need to get re-adjusted depending on the layout/usage. Specifically, the whitespace elements gained the ability to have negative margins and not just positive.
Quick Edit: We see every single post that comes through on the forums. We’ve had a huge sudden influx of posts in the past month so response times are anywhere from a few minutes to a day depending on when the surges of posts come in.
Cheers!
Devin- This reply was modified 10 years, 7 months ago by Devin.
April 6, 2014 at 6:49 pm #247943Ok thanks Devin, on both points. So I need to just go in and adjust the spacing manually to look like before then, and nothing to worry about. If that’s the case then you can close this ticket!
Thanks,
JonathanApril 6, 2014 at 11:28 pm #247963Devin,
I went ahead and made adjustments – the whitespace is definitely not as precise as previous to the update. Is this something you guys are aware of? It’s hard to make changes without them being drastic.
Best,
JonathanApril 7, 2014 at 2:58 am #247985Do you have an example? It should be pretty much the same as far as I know.
April 7, 2014 at 4:18 am #248032This reply has been marked as private.April 7, 2014 at 4:36 am #248037I’ve tagged the topic for Kriesi to take a look at. There is some odd logic with an hr element vs anything else and then columns when immediately after a layerslider.
You can overwrite the current margin with some css so you don’t need to modify every instance of it sitewide by adding in this rule and changing the value as needed:
.hr.avia-builder-el-first { margin: 30px 0; }
April 7, 2014 at 4:43 am #248042Thanks Devin – I’ll wait until Kriesi looks before changing anything then as it doesn’t look bad at the moment at least, but I look forward to having it work as it should and being able to have finer control over spacing again.
-
AuthorPosts
- The topic ‘Whitespace in v2.5+’ is closed to new replies.