Hello,
Nice site btw! It looks like the site title is not scaling correctly on mobile. Have you tried using an image as logo?
Thank you π I probably could fix the site title’s size as well as try it with the logo. Though, I do have a bit of a problem with the column grid on my body text that kind of contributes to the mess ): not sure how to fix that too though.
Looks like the featured thumbnail is automatically resized to 640px width. What theme are you using?
I’m using the theme Fashionista. I’m gonna try the resizing of the title.
Have you tried Jetpack plugin and used their mobile/tablet view?
Try this instruction by Matty from the athemes forum:
To view the full image in home page upload images with the ratio 640:250 (height : width) for example like 1280px X 500px
Else in your Child themeβs functions.php file redefine the athemes_setup function where edit the following
add_theme_support( ‘post-thumbnails’ );
add_image_size( ‘thumb-small’, 50, 50, false );
add_image_size( ‘thumb-medium’, 300, 135, false );
add_image_size( ‘thumb-featured’, 640, 250, false );
and after that regenrate the images using the Regenrate Thumbnails plugin to see the effect for all the existing images.
I managed to fix my featured image from princesshmrincess’ suggestion π thank you! though I’m still stuck with the mobile layout part – I tried downloading the plugins but none really worked. Not sure if its because of my html work on individual work when I columns though.
Also, my pages just suddenly stopped working. It’s blank and not sure how to fix that.
Which pages exactly? I’m still able to visit your website.
Have you tried going through your plugins and making sure that after you disable all of them, the pages don’t start working again?
It might be a plugin issue, the page loads but the content is no longer there it seems.
Hi David,
I have tried doing so but it doesnt work. Still trying to see if its the plugin issue.
I managed to fix my featured image from princesshmrincess’ suggestion π thank you! though I’m still stuck with the mobile layout part – I tried downloading the plugins but none really worked. Not sure if its because of my html work on individual work when I columns though.
Hi silhouettesofchic,
You’re welcome! Glad that fixed the feature image issue.
The /about page seems to be working. It has your description and a contact form.
The /press page looks empty, and /illustration says COMING SOON.
Were you able to figure it out?