Okay
  Public Ticket #2739751
Move arrows on basic image gallery
Closed

Comments

  • Nick started the conversation

    Trying to move the arrows on the basic image gallery.  Would like them in the bottom right corner.  Is there an easy way to do that?

    Really want a clean, simple, and tight navigation for images— and that's the best option. It's just in an interest spot which is often covered by extensions. For example, the Pinterest extension goes RIGHT over the navigation on that image gallery.

  •  2,682
    Andrew replied

    Hi Nick,

    Please send in your website url so that we can provide css for what's possible.

    Thanks.


  •   Nick replied privately
  •  8,342
    Tahir replied

    Hey Again

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .flex-gallery .flex-direction-nav {
        margin: 0;
        position: absolute;
        top: auto;
        bottom: 10px;
        right: 10px;
    }
    .flex-gallery .slides img {
        width: 99.8% !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Nick replied

    Perfect. Thank you!