Viewing 9 posts - 1 through 9 (of 9 total)
  • #84309
    ohboy183
    Member
    Post count: 16

    I encountered a few scaling bugs in Neighborhood so I took screen shots. Any help resolving the problems is appreciated (please refer to attachments).

    Note: one screen shot shows a “horizontal” layout. The other is a “vertical” layout.

    #84740
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please upgrade to latest version of theme 1.80 and let me know your feedback.
    Thanks 🙂
    With Best Regards
    Swift Ideas

    #86015
    ohboy183
    Member
    Post count: 16

    I am already on v. 1.8 but I tried reinstalling anyway. No luck so far.

    #86069
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @ohboy183,

    Are you able to replicate these issues on the demo site? Can you please provide a link to your site so that we can check and debug the issue?

    Thanks,

    – Ed

    #86111
    ohboy183
    Member
    Post count: 16

    The site is lamara.us

    If needed I can provide admin access…

    #86112
    ohboy183
    Member
    Post count: 16

    This is how my page is set up from the admin panel using the swift builder (see attached image).

    #86192
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide us admin access by private reply?

    Best Regards,
    Rui

    #86656
    ohboy183
    Member
    Post count: 16
    This reply has been marked as private.
    #86857
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @ohboy183,

    The section under “The Bag” is 2 column on mobile as standard.. You can change this with the following custom css:

    @media only screen and (max-width: 479px) {
    body .woocommerce-shop-page ul.products li.product, body .product_list_widget > div > ul.products li.product {
    width: 100%!important;
    }
    }

    The space at the bottom is caused by the footer (which you have enabled, but no widgets added?). Either disable the footer in Theme Options > Footer Options, or add this custom css:

    @media only screen and (max-width: 479px) {
    #footer {
    display: none;
    }
    }

    The smiley face is from the WP Stats plugin.

    – Ed

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register