• I upgraded my storefront theme to the newest version, even though i am using the child theme my facebook like box is now extended out of the sidebar margin, how do i fix this?

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Need to see a link please…

    Thread Starter Bennn

    (@bennn)

    Hello James, see link https://fertil24.com/my-account/

    Thank you.

    I see. Are there no options in the plugin to adjust the width of the facebook component?

    Not really much we can do here… I mean we could hide the overflow, but then you’re hiding content from users which isn’t helpful, I’d argue it’s better this way.

    Thread Starter Bennn

    (@bennn)

    Thank you James for your efforts. Since nothing can be done with this, I will like to know if the sidebar width can be increased, just to make it wider.

    Thank you.

    Hi,

    Yes, you can do that, but then none of your content will align to the Storefront Grid System. It’s not worth it imo, but here’s how to do it:

    @media screen and (min-width: 768px) {
    .left-sidebar .content-area
    .right-sidebar .content-area {
    width: 50%;
    }
    
    .left-sidebar .widget-area
    .right-sidebar .widget-area {
    width: 50%;
    }
    }

    Just adjust those percentages until you’re happy with the result.

    Thread Starter Bennn

    (@bennn)

    Okay James, if you say its not worth it, then its better I leave it to align with the storefront grid system.

    Thank you so much. I am loving storefront more and more, no regrets on the extensions i have bought so far and I am planning to get more. I went to the storefront demo page and saw this, how did you do this? having subpages and the image?
    See what i mean https://demo2.woothemes.com/storefront/shop/

    Please assist.

    thank you.

    Hey,

    Sorry for the delay in getting back to you. Glad to hear you’re enjoying Storefront ??

    That product callout on the shop page of our demo is an instance of our Storefront Product Hero extension.

    Cheers.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Storefront upgrade’ is closed to new replies.