for your last section of [one_forth] have you set the last equal to yes? This lets WordPress know that it is the last [one_forth] column in the row, and adjusts the css accordingly.
Try:
[one_fourth last="yes"]
// content here
[/one_forth]
Take a look at the provded Avada Shortcodes:
http://theme-fusion.com/knowledgebase/avada-shortcode-list/
What a quick response! Thank you! Yes, the “last=” tag is set to “yes” in both rows. That was something I’ve been checking and re-checking. Everything seems to be spelled correctly, too but I am desk-checking all of that again.
Possibly try:
[one_fourth last="no"]
Test #1
[/one_forth]
[one_fourth last="no"]
Test #2
[/one_forth]
[one_fourth last="no"]
Test #3
[/one_forth]
[one_fourth last="yes"]
Test #4
[/one_forth]
see if only that displays properly on the page.
Also, if you take a look at the page source, you can see comments such as
<!--Row 1 last fourth-------------------------------------------------->
which do not relate to the appropriate columns.
That comment is directly below the third column, not the last one.
Evan, sometimes a miracle is all you need! I replaced the entire page with your short sample (which worked perfectly), then put all the original code back and it is just as I wanted! I did take out the comments just to reduce the visual static — that shouldn’t have made a difference.
Thank you for your help!
No problem at all! Glad I could help you out with that issue.
Have a great afternoon, and Happy WordPress-ing!!!