Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Nick C

    (@modernnerd)

    Hi, @apraksinblues.

    The language switcher widget itself is causing this layout issue. (The widget’s built-in styles conflict with your theme.) You could add this CSS to your theme to correct it:

    .header-widget-area .widget_icl_lang_sel_widget {
    	float: right;
    	margin-bottom: 20px;
    }
    Thread Starter apraksinblues

    (@apraksinblues)

    Thank you, Nick! That fixed the issue.

    Plugin Support Nick C

    (@modernnerd)

    You’re welcome! Great to hear that helped.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Right has shifted left’ is closed to new replies.