• webrange

    (@webrange)


    i tried many things like adding css in stylesheet & editing “page with no sidebar.PHP” but nothing works. can you help me in ” how to show sidebar & footer in mobile/tablet version of GHAZALE theme? “

Viewing 6 replies - 1 through 6 (of 6 total)
  • CrouchingBruin

    (@crouchingbruin)

    Try adding this rule using a Custom CSS plugin (do not edit the theme files directly or your changes will be lost the next time you update the theme).

    
    @media screen and (max-width: 1169px) {
       .site-content .widget-area {
          float: none;
          width: 100%;
          display: block;
       }
    }
    
    Thread Starter webrange

    (@webrange)

    It doesn,t works 4 me…

    CrouchingBruin

    (@crouchingbruin)

    Can you please post a link to your site?

    Thread Starter webrange

    (@webrange)

    now it works ….

    just need to place ” display: block; ”

    in

    @mediascreen 600px
    @mediascreen 400px
    @mediascreen 960px
    @mediascreen 1169px

    script in stylesheet.css

    thanx buddy

    CrouchingBruin

    (@crouchingbruin)

    Great. Just know that you shouldn’t be making changes to the theme’s style.css or stylesheet.css file. The next time you update the theme, your changes will be lost. Either create a child theme or use a Custom CSS plugin. And if you don’t think you will ever update the theme, you should always be running the latest version in case there are security patches put in or changes that need to be made to accommodate changes to the WordPress core.

    devceer

    (@devceer)

    Please full css code.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how to show sidebar & footer in mobile/tablet version of theme?’ is closed to new replies.