Okay
  Public Ticket #2896868
portfolio arrows
Closed

Comments

  •  8
    lukaskrumme started the conversation

    Hey, the arrows at the bottom of the picture are in the wrong place. Thank you

  •  8,842
    Tahir replied

    Hey Again,

    I am afraid it's not possible to always align the buttons vertically with the Text because of the HTML Markup of the slides. 

    However, use the below CSS to align it horizontally: 

    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):

    body[data-full-width-header="true"] .nectar_fullscreen_zoom_recent_projects > .normal-container {
        max-width: 1425px;
        position: relative !important;
    }

    Thanks



    ThemeNectar Support Team