• Resolved silhouettesofchic

    (@silhouettesofchic)


    Hi there,

    I have been having some problems with my layout when it is on the mobile theme. My website is https://www.silhouettesofchic.com, you’ll understand when you view the website through your mobile. I was wondering how do I fix the problem? I tried various wp mobile plugins but it looks the same, as I cannot make the columns responsive to move accordingly to suit the mobile layout.

    As well as, how to I move my excerpt featured image to the center?

    Thank you.

Viewing 15 replies - 1 through 15 (of 17 total)
  • princesshmrincess

    (@princesshmrincess)

    Hello,

    Nice site btw! It looks like the site title is not scaling correctly on mobile. Have you tried using an image as logo?

    Thread Starter silhouettesofchic

    (@silhouettesofchic)

    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.

    princesshmrincess

    (@princesshmrincess)

    Looks like the featured thumbnail is automatically resized to 640px width. What theme are you using?

    Thread Starter silhouettesofchic

    (@silhouettesofchic)

    I’m using the theme Fashionista. I’m gonna try the resizing of the title.

    David Uzelac

    (@daviduzelac)

    Have you tried Jetpack plugin and used their mobile/tablet view?

    princesshmrincess

    (@princesshmrincess)

    Try this instructions given by Matty on this link: https://athemes.com/forums/topic/centering-or-adjusting-images

    princesshmrincess

    (@princesshmrincess)

    Try this instructions given by Matty here: https://athemes.com/forums/topic/centering-or-adjusting-images

    princesshmrincess

    (@princesshmrincess)

    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.

    Thread Starter silhouettesofchic

    (@silhouettesofchic)

    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.

    Thread Starter silhouettesofchic

    (@silhouettesofchic)

    Also, my pages just suddenly stopped working. It’s blank and not sure how to fix that.

    David Uzelac

    (@daviduzelac)

    Which pages exactly? I’m still able to visit your website.

    Thread Starter silhouettesofchic

    (@silhouettesofchic)

    David Uzelac

    (@daviduzelac)

    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.

    Thread Starter silhouettesofchic

    (@silhouettesofchic)

    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?

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘How to set mobile layout?’ is closed to new replies.