Mobile layout Adjustment

Home Forums Best Commerce Mobile layout Adjustment

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2998
    Anonymous
    Inactive

    Hi ,
    I have downloaded the free version of Best commerce and wanted to know if the layout on a mobile device can be adjusted so that i get to see the frontpage or the carousel pictures instead of the header and logo or at least to reduce their size. At the moment on my mobile i see the big header and menu but would like to reduce that section . I want to be able to see the pictures of the items for sale or at least the image carousel or widget before starting to scroll down. i am comparing the screen of ebay for eg on a mobile device as compared to best commerce.

    My website is http://www.msstoreway.com.

    Please advise.Thank you.

    #3091
    Axle Support
    Moderator

    Hello @markallam

    Thank you for using our theme and sending us this awesome feedbacks, We will be forwarding this to our dev team they will work on this. The issue might be fixed and theme may get updated soon.

    Regards
    Support Team

    #3579
    Anonymous
    Inactive

    I got my featured listings to show by using CSS. They show two across the whole page then 1 across on mobile. (you have to set a mobile CSS 2media size)

    .featured-section-widget .woocommerce ul.product_list_widget li {
        margin-left: 10px;
        width: 48%;
        height: auto;
        min-height: 90px;
        background: #efefef;
    }
    .featured-section-widget .woocommerce ul.product_list_widget li {
        width: 100%;
        margin: 0;
        min-height: 50px;
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile layout Adjustment’ is closed to new replies.