Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1389885
    Mr.alriksson
    Participant

    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?

    #1390051
    Paul R
    Moderator

    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.

    #1393122
    Mr.alriksson
    Participant

    Is it possible to put content to the right in the stacked view? Html code or images?

    #1393212
    Paul R
    Moderator

    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.

  • <script> jQuery(function($){ $("#no-reply-1387119 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>