Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1343448

    To whom it may concern,

    How can I move down and align center the arrows for the content slider as per attached please?

    Regards,

    #1343455

    Hey FamalcoGroup,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-smallarrow-slider .avia-slideshow-arrows {
        width: 100%;
    }
    
    .avia-smallarrow-slider .avia-slideshow-arrows a.prev-slide {
        top: 100px;
        left: -40px;
    }
    
    .avia-smallarrow-slider .avia-slideshow-arrows a.next-slide {
        top: 100px;
    }

    Best regards,
    Rikard

    #1343491

    It didnt work.

    That css just spaced out the arrows.

    #1343508

    Hi,

    Could you post a link to where we can see the actual element?

    Best regards,
    Rikard

    #1343603
    This reply has been marked as private.
    #1343730

    Hi,

    This CSS is working when I check it on your site:

    .avia-smallarrow-slider .avia-slideshow-arrows {
        width: 100%;
    }
    
    .avia-smallarrow-slider .avia-slideshow-arrows a.prev-slide {
        top: 100px;
        left: -40px;
    }
    
    .avia-smallarrow-slider .avia-slideshow-arrows a.next-slide {
        top: 100px;
        right: 0;
    }

    If you need further help, then post admin WordPress login details in private.

    Best regards,
    Rikard

    #1343777
    This reply has been marked as private.
    #1343783

    Hi,

    The login URL you posted is not working, please check.

    Best regards,
    Rikard

    #1343817
    This reply has been marked as private.
    #1343827

    Hi,

    Thanks for that. I’ve modified and added the CSS to your site now, please review it.

    Best regards,
    Rikard

    #1343833

    Still not working.

    #1343839
    This reply has been marked as private.
    #1343841

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1346417
    This reply has been marked as private.
    #1346429

    Hi,

    This CSS is causing that to happen:

    .avia-smallarrow-slider .avia-slideshow-arrows a.prev-slide {
        top: 130px !important;
        left: -1300px;
    }

    I’m not sure where you have added that though.

    If you want a different value for different screen sizes, then you can use a media query:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
       Large phone and tablet size 
    }

    Best regards,
    Rikard

    #1346440
    This reply has been marked as private.
    #1346504

    Hi FamalcoGroup,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Content Slider Arrows’ is closed to new replies.