Home Forums WoodMart support forum prev/next buttons mobile

prev/next buttons mobile

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #515067

    kalipsso3
    Participant

    prev/next buttons mobile not usable too close to the edge of the screen and too small

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

    Hello,

    Add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile

    .show-arrow .wrap-loading-arrow>div {
    	justify-content: center;
     }

    Best Regards.

    #515714

    kalipsso3
    Participant

    hi it doesnt work on all sections

    #515900

    Hello,

    Add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:

    div[class*="wd-carousel-spacing"] .owl-nav>div[class*="next"] {
       margin-right: 55px;
    }
    div[class*="wd-carousel-spacing"] .owl-nav>div[class*="prev"] {
       margin-left: 42px;
    }

    Change the value as per your requirements.

    Best Regards.

    #516266

    kalipsso3
    Participant

    still doesnt work for all sections like Product categories, AJAX Products tabs ….

    #516666

    Hello,

    Can you please share the screenshot where the issue persists. Also share the wp logins details i will check and give you a possible solution.

    Best Regards.

    #516989

    kalipsso3
    Participant

    sure

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

    Hello,

    Add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile

    .wd-btn-arrow[class*="prev"] {
            justify-content: center;
        }
    
        .wd-btn-arrow[class*="next"] {
            justify-content: center;
        }

    Best Regards.

    #517465

    kalipsso3
    Participant

    Thanks super good support 😀

    #517552

    Most Welcome 🙂

    If you do not mind, can you please leave 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Have a great day 🙂

    Topic Closed.
    Best Regards.

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

The topic ‘prev/next buttons mobile’ is closed to new replies.