Tagged: x ← 1 2 Author Posts March 1, 2017 at 2:09 am #1389885 Mr.alrikssonParticipant No, that one does not affect the alignment in stacked view. Is it possible to add an image or html code or content to the right in the top? March 1, 2017 at 4:57 am #1390051 Paul RModerator Hi, The code provided above should work. See Video – https://www.screencast.com/t/LwLFo7xNoR You can also try this. body .x-logobar .x-container.max.width { width: 100%; max-width: 100%; } You may change 100% to adjust the position. Hope that helps. March 3, 2017 at 4:18 am #1393122 Mr.alrikssonParticipant Is it possible to put content to the right in the stacked view? Html code or images? March 3, 2017 at 6:35 am #1393212 Paul RModerator Hi, You can add this in your child theme’s functinos.php file. function add_header_right(){ ?> <div class="header-right"> ADD YOUR CONTENT HERE </div> <?php } add_action('x_after_view_global__brand', 'add_header_right'); Hope that helps. Author Posts ← 1 2 <script> jQuery(function($){ $("#no-reply-1387119 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In