Inspire. Transform. Motivate.

STEPPING INTO A BIGGER SIZE

Chata answers your fashion question

Q: I have very big feet (size 9) and never know what shoes to buy. Priscilla – Australia.

A: Lucky for you the latest shoe styles are the perfect answer ie: a shoe with a square toe will always make your feet look shorter, whereas a shoe with a pointed front will always make your feet look longer. Here are some additional tips to make your feet look smaller / shorter: Try ankle straps, strappy sandals with a high front, shoes with lots of straps and shoes in dark colours (shoes in light colours make your feet look bigger).

The answer to this fashion Q&A was provided by Chata Romano

Share this story, choose your platform!
×

 

Welcome.

Do you have any questions? Chat with me on WhatsApp.​

×
jQuery(document).ready(function($) { // Target the first accordion (.accordion-pricelist) and the second one (.accordion-enquiry-form) var firstAccordion = $('.accordion-pricelist'); var secondAccordion = $('.accordion-enquiry-form'); // Initially, we hide the second accordion (if needed) secondAccordion.hide(); // Set up a click event listener on the first accordion firstAccordion.on('click', function() { // Check if the first accordion is open if ($(this).hasClass('brx-open')) { // If the first accordion is open, hide the second accordion secondAccordion.slideUp(); } else { // If the first accordion is not open, show the second accordion secondAccordion.slideDown(); } }); });