Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #963142

    Hi
    to hide this go to /templates/ja_magz_ii/html/com_content/featured/default.php
    Find

    
        <div class="col col-sm-12 col-md-4 leading-sidebar" >

    replace it with

    
        <div class="col col-sm-12 col-md-4 leading-sidebar"  style="display:none;">

    now to increase the size of first block
    Find

        <div class="col col-sm-12 col-md-8 leading-main">

    replace it with

        <div class="col col-sm-12 col-md-12 leading-main">
    craigt Friend
    #963177

    Perfect! Thank you so much for your help Pankaj. That works perfectly, just what I needed 🙂

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  craigt 7 years, 8 months ago.

The topic ‘Leading Sidebar’ is closed to new replies.