IF THE SHOE FITS FEATURING LONG TALL SALLY

Monday, April 25, 2016
Culotte, Long Tall Sally, Tall Girl

Utah Fashion Blogger, Blue Hair, Casual Outfit

Spring Outfit, Culottes, Utah Fashion Blogger

Mermaid Hair, Culottes, Spring Outfit, Long Tall Sally

Long Tall Sally, Modest Fashion Blogger, Tall Girl Style

Culotte, Tall Girl Outfit, Utah Fashion Blogger

Lace Up Sandals, Utah Fashion Blogger, Spring Outfit

Pom Pom Shirt, Culotte, Long Tall Sally

Long Tall Sally, Utah Fashion Blogger, Tall Girl Style

Tall Girl Style, Utah Fashion Blogger, Modest Outfit

Lace Up Sandals, If the Shoe Fits, Long Tall Sally

Top c/o: Long Tall Sally || Culotte Jeans c/o: Long Tall Sally || Sandals c/o: Long Tall Sally || Hat c/o Sole Society || Purse: Ross || Photos: The High Pines


Happy Monday!!

Tomorrow we leave for our trip. I am so excited, but so nervous. Cross your fingers for us that baby is happy during the flight and everything goes smoothly! 

As most of you know I am 6' tall. Sometimes I love it, but sometimes it's hard. Clothing is one of the hardest aspects of being tall. Finding shirts and pants that are long enough is quite the process. One of my biggest insecurities in the past has been my feet. I wear a size 10 shoe and sometimes I feel like i'm wearing skis. So for all of you that feel this way I have a few tips! 

Finding the perfect shoes for a larger foot is HARD. No one wants to wear shoes that make their feet feel bigger than they really are and Long Tall Sally totally get's that!! In my personal opinion, wearing flat pointy shoes is probably the most unflattering shoe for a larger foot. The foot doesn't fully reach the front because of the point, so it lengthens the foot. Although I still wear these shoes, I would say it definitely doesn't help make my feet look any smaller. 

Now let's talk about flattering! I have a theory that shoes that have any sort of heel reduce the length of your feet visually. It's probably because the shoe puts your foot at an angle. If you know anything about pictures or take pictures you know that angles are everything! 

These shoes in my outfit today are hands down my favorite shoe I have gotten this spring. The fabric is so amazing and soft and the heel is the perfect height. Long story short, if you have bigger feet like me, I believe the most flattering shoes are the ones that have some sort of heel/wedge! They don't have to be tall, just any sort of heel! To find the perfect fit for you check out Long Tall Sally's If The Shoe Fits Campaign!

I hope your weekend was fabulous!! To follow along on our trip follow me on snapchat: jalynnschroeder



XO






5 comments on "IF THE SHOE FITS FEATURING LONG TALL SALLY"
var comments = []; if (data && data.feed && data.feed.entry) { for (var i = 0, entry; entry = data.feed.entry[i]; i++) { var comment = {}; // comment ID, parsed out of the original id format var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t); comment.id = id ? id[2] : null; comment.body = bodyFromEntry(entry); comment.timestamp = Date.parse(entry.published.$t) + ''; if (entry.author && entry.author.constructor === Array) { var auth = entry.author[0]; if (auth) { comment.author = { name: (auth.name ? auth.name.$t : undefined), profileUrl: (auth.uri ? auth.uri.$t : undefined), avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined) }; } } if (entry.link) { if (entry.link[2]) { comment.link = comment.permalink = entry.link[2].href; } if (entry.link[3]) { var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href); if (pid && pid[1]) { comment.parentId = pid[1]; } } } comment.deleteclass = 'item-control blog-admin'; if (entry.gd$extendedProperty) { for (var k in entry.gd$extendedProperty) { if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') { comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value; } else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') { comment.displayTime = entry.gd$extendedProperty[k].value; } } } comments.push(comment); } } return comments; }; var paginator = function(callback) { if (hasMore()) { var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50'; if (cursor) { url += '&published-min=' + new Date(cursor).toISOString(); } window.bloggercomments = function(data) { var parsed = parse(data); cursor = parsed.length < 50 ? null : parseInt(parsed[parsed.length - 1].timestamp) + 1 callback(parsed); window.bloggercomments = null; } url += '&callback=bloggercomments'; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; document.getElementsByTagName('head')[0].appendChild(script); } }; var hasMore = function() { return !!cursor; }; var getMeta = function(key, comment) { if ('iswriter' == key) { var matches = !!comment.author && comment.author.name == config.authorName && comment.author.profileUrl == config.authorUrl; return matches ? 'true' : ''; } else if ('deletelink' == key) { return config.baseUri + '/delete-comment.g?blogID=' + config.blogId + '&postID=' + comment.id; } else if ('deleteclass' == key) { return comment.deleteclass; } return ''; }; var replybox = null; var replyUrlParts = null; var replyParent = undefined; var onReply = function(commentId, domId) { if (replybox == null) { // lazily cache replybox, and adjust to suit this style: replybox = document.getElementById('comment-editor'); if (replybox != null) { replybox.height = '250px'; replybox.style.display = 'block'; replyUrlParts = replybox.src.split('#'); } } if (replybox && (commentId !== replyParent)) { document.getElementById(domId).insertBefore(document.getElementById('skyelf-comment-form'), null); replybox.src = replyUrlParts[0] + (commentId ? '&parentID=' + commentId : '') + '#' + replyUrlParts[1]; replyParent = commentId; } }; var hash = (window.location.hash || '#').substring(1); var startThread, targetComment; if (/^comment-form_/.test(hash)) { startThread = hash.substring('comment-form_'.length); } else if (/^c[0-9]+$/.test(hash)) { targetComment = hash.substring(1); } // Configure commenting API: var configJso = { 'maxDepth': config.maxThreadDepth }; var provider = { 'id': config.postId, 'data': items, 'loadNext': paginator, 'hasMore': hasMore, 'getMeta': getMeta, 'onReply': onReply, 'rendered': true, 'initComment': targetComment, 'initReplyThread': startThread, 'config': configJso, 'messages': msgs }; var render = function() { if (window.goog && window.goog.comments) { var holder = document.getElementById('comment-holder'); window.goog.comments.render(holder, provider); } }; // render now, or queue to render when library loads: if (window.goog && window.goog.comments) { render(); } else { window.goog = window.goog || {}; window.goog.comments = window.goog.comments || {}; window.goog.comments.loadQueue = window.goog.comments.loadQueue || []; window.goog.comments.loadQueue.push(render); } })(); // ]]>
  1. "‘If the Shoe Fits’ featuring Long Tall Sally really hits the mark with its quirky charm. I loved how the story mirrors real-life choices, like navigating Mortgage Rates—sometimes you just have to find the one that fits. It’s fun, relatable, and surprisingly insightful."

    ReplyDelete
  2. I just listened to If the Shoe Fits featuring Long Tall Sally, and it’s a fun, energetic track that really grabs attention. The rhythm reminded me of the unexpected twists in getting Home Loans—sometimes tricky, but rewarding. Definitely a catchy tune to lift your mood while thinking about Home Loans.

    ReplyDelete
  3. Just listened to *If the Shoe Fits* featuring Long Tall Sally, and it’s a fun, upbeat track that really sticks. The blend of vocals and rhythm is surprisingly smooth, almost like finding the perfect fit. Feels as satisfying as locking in good Mortgage Rates Virginia—comfort and confidence all in one.

    ReplyDelete
  4. Loved reading this feature on Long Tall Sally—finally, stylish shoes that truly fit without compromise. The designs blend comfort with fashion so well. It’s refreshing to see inclusivity in footwear. Excited to explore more options and definitely planning to check them out. See Today’s Rates for details!

    ReplyDelete
  5. Loved the “If the Shoe Fits featuring Long Tall Sally” post! It’s refreshing to see fashion truly embracing tall women. The fit and style breakdown was spot-on. Just like finding fair Virginia mortgage rates, getting shoes that actually fit feels like winning—practical, empowering, and confidence-boosting.

    ReplyDelete