New Landing How can we help? Atelier Questions on Carousel arrow & spaces on home page

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Atelier
  • #269288
    zardaclothing
    Member
    Post count: 60

    Hi,

    1. I want the carousel arrow to appear in center of the page instead of on the right. Pls see the screenshot 1.

    2. I dont want space between the bullet button on carousel. Pls see the screenshot 2.

    Frankly speaking, Your theme is wonderful if compare with other wordpress premium theme..Hope swift ideas will gain more likes from more people…And support people are very efficient:)

    Attachments:
    You must be logged in to view attached files.
    #269292
    zardaclothing
    Member
    Post count: 60

    Hi attach again the 2nd screenshot

    Attachments:
    You must be logged in to view attached files.
    #269617
    zardaclothing
    Member
    Post count: 60

    Hi

    Any solution for this?

    Appreciate your help

    #269694
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use the mb0 pb0 mt0 pt0 as extra class to reduce the white space.
    Thanks
    Mohammad

    #270319
    zardaclothing
    Member
    Post count: 60

    Hi

    Can you take a look at my first question about how to put the arrow in middle?

    Thanks

    #270327
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option

    .title-wrap .carousel-arrows {
        float: left!important;
        margin-left: 48%!important;
        margin-top: 15px!important;
    }

    -Rui

    #270803
    zardaclothing
    Member
    Post count: 60

    Hi rui,

    Great it works on desktop but unfortunately still on center in mobile view…pls find my screenshot attached..

    Tq so much!

    Attachments:
    You must be logged in to view attached files.
    #270805
    zardaclothing
    Member
    Post count: 60

    Sorry what i mean to say is still not in center mobile view…

    Link: http://www.zarda.com.my

    #270879
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can you try this css instead.

    .title-wrap .carousel-arrows {
        float: left!important;
        margin-left: calc(49% - 20px)!important;
        margin-top: 15px!important;
    }

    -Rui

    #270894
    zardaclothing
    Member
    Post count: 60

    Hi Rui,
    if i applied the one you just gave above then the desktop carousel arrow not in center but in mobile ok..

    #271106
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    ok. so in that case replace all my previous code by this one

    
    .title-wrap .carousel-arrows {
        float: left!important;
        margin-left: 48%!important;
        margin-top: 15px!important;
    }
    
    @media only screen and (max-width:759px){
    
    .title-wrap .carousel-arrows {
        float: left!important;
        margin-left: calc(49% - 20px)!important;
        margin-top: 15px!important;
    }
    
    }

    -Rui

Viewing 11 posts - 1 through 11 (of 11 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