• Resolved ecovilllage

    (@ecovilllage)


    Hello,

    I want to move right sidebar to top in mobile screen what should i do please help me asap.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello ecovilllage,

    Here is solution with css logic which you can modify by yourslide.
    Lookout is like:
    https://prnt.sc/mdno55

    You need to add class ‘mob-sidebar’ above secondary <aside id=”secondary” class=”widget-area”> for mobile responsive query only.

    .lgx-blog.lgx-blog-list {
    padding-top: 300px;
    }
    .col-sm-12.col-md-4.mob-sidebar {
    position: absolute;
    left: 0;
    right: 0;
    top: 56px;
    }

    Logic is using position absolute you can show it on top.

    Thread Starter ecovilllage

    (@ecovilllage)

    but the issue is that above secondary <aside id=”secondary” class=”widget-area”> class is not accepting

    Thread Starter ecovilllage

    (@ecovilllage)

    I am really thankfull to u the code works.

    • This reply was modified 6 years, 1 month ago by ecovilllage.
    • This reply was modified 6 years, 1 month ago by ecovilllage.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Right Sidebar Issue’ is closed to new replies.