Okay
  Public Ticket #2979699
Move left header to right side, add content
Closed

Comments

  •  5
    Tobias started the conversation

    Hi,

    I am using the "left header" option. Is it possible to move the header to the right side?
    I would also like to add another image or widget into the header, at the bottom.

    Many thanks


    PS: I have used Salient for a bunch of websites. Thanks for building and growing such a great theme.

  •  8,839
    Tahir replied

    Hey Tobias ,

    Thanks for cotinuing to use Salient.

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Tobias replied privately
  •  1,877
    Judith replied

    Hi Tobias,

    Please try this css:

    body[data-hhun="0"] #header-outer[data-header-resize="0"]:not([data-transparent-header="true"]) {
        left: 82vw;
    }

    Thanks.

  •   Tobias replied privately
  •  1,877
    Judith replied

    Hi Tobias,

    Please try this css:

    body[data-slide-out-widget-area-style="slide-out-from-right-hover"] #header-outer {
        left: 82vw;
    } html body[data-header-resize="1"] .container-wrap, html body[data-header-format="left-header"][data-header-resize="0"] .container-wrap, html body[data-header-resize="0"] .container-wrap, body[data-header-format="left-header"][data-header-resize="0"] .container-wrap {
        left: -17vw;
    }

    Thanks.

  •   Tobias replied privately
  •  1,877
    Judith replied

    Hi Tobias,

    You can add an Image to a Menu item using the New Menu Options. Please see: http://themenectar.com/docs/salient/salient-menu-options/ . 

    Salient does not have any Widget Area for the Header Available at the moment. 

    Please send in your admin login credentials so that we can check on the header shifting issue.

    Thanks.


  •  5
    Tobias replied

    Sorry, my mistake, Judith.
    I hadn't completed all updates. Now it works using your previous snippet.

    I owe you one!

    Thanks for the top notch support.