Home Forums WoodMart support forum Adjusting the arrow control on the 360 degree view

Adjusting the arrow control on the 360 degree view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #462401

    1) Is there a way to adjust, move or make smaller the arrows that show up at the bottom of a 360 degree view photo?
    2) Can I make the 360 degree arrows smaller on the mobile version?

    How are they controlled?

    Attachments:
    You must be logged in to view attached files.
    #462548

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help to make those arrows smaller, please enter the code into the “Global Custom CSS” or “Mobile CSS” area in Theme Settings -> Custom CSS.

    .home .wd-threed-view .nav_bar_previous,
    .home .wd-threed-view .nav_bar_next {
        width: 32px !important;
        height: 32px !important;
        
        justify-content: center;
        display: flex !important;
        align-items: center;
    
    }
    
    .home .wd-threed-view .nav_bar {
        display: flex;
    }

    Kind Regards

    #463087

    I added it to the CSS and it changed the size of the arrows on desktop which is fine, but it did not changed it on mobile. How do I change them on mobile?

    #463435

    Luke Nielsen
    Keymaster

    Hello,

    In general, you need to set the same code to the “Mobile CSS” area, just with smaller values.

    Let me know if it doesn’t help you.

    Kind Regards

    #553214

    The code worked on the home page, but I also want to adjust, move or make smaller the arrows that show up at the bottom of a 360 degree view photo on the product pages for all three: desktop, tablet and mobile.

    Attachments:
    You must be logged in to view attached files.
    #553370

    Luke Nielsen
    Keymaster

    Hello,

    You can use the same code, just instead of .home use the .single-product selector.

    Thank you for your time nad have a good day!

    Kind Regards

Tagged: 

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