Okay
  Public Ticket #2272621
Slider Instagram and second menu
Closed

Comments

  • Omar started the conversation

    Hi, I have 2 questions.

    1. How can I add a feed or gallery directly from my Instagram? I used to go out and not now ...

    2. The header layout I have is "Centered Menu Bottom Bar", I would like to know how to put the icons in the upper right, by default they are placed in the upper left ... Attached bad drawing

    Thank you!!

  •  8,994
    Tahir replied

    Hey Again, Hope you had a Great Weekend, 

    1. There is an option for direct links in the Image Gallery Page Element .See screenshot : http://prntscr.com/qq72k8 .

    2.Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #header-outer[data-format="centered-menu-bottom-bar"] #top .span_3 nav.left-side {
        position: absolute;
        left: auto;
        right: 0px !important;
    }

    Thanks



    ThemeNectar Support Team