Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.png

    You 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,
    Jonathan

    #247887

    Hey 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.
    #247943

    Ok 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,
    Jonathan

    #247963

    Devin,

    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,
    Jonathan

    #247985

    Do you have an example? It should be pretty much the same as far as I know.

    #248032
    This reply has been marked as private.
    #248037

    I’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;
    }
    
    #248042

    Thanks 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.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Whitespace in v2.5+’ is closed to new replies.