Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,
    You can change the left/right position by CSS tricks also.
    First Download Custom CSS Plugin:
    https://www.ads-software.com/plugins/simple-custom-css/
    After activating the plugin put following code inside Custom CSS box:

    .entry-thumbnail img {
        display: block;
        margin: 0 auto 0 0;
    }
    
    .site-main .sidebar-container {
        height: 0;
        position: absolute;
        top: 40px;
        width: 100%;
        z-index: 1;
        right: 750px;
    }
    
    .sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
        max-width: 1040px;
        padding: 0 30px 0 400px;
    }
    Thread Starter jessy5000

    (@jessy5000)

    Hi,

    I have done this and the side bar moved to the left side.

    My problem now, it is not responsive anymore when you look at my site in smaller devices. The sidebar disappears. It would normally move to below the images.
    https://www.colmohara.ie

    Thanks
    jessy5000

    Hello,
    Well Jessy5000, You need to change the theme’s structure and CSS both for the responsiveness.
    Give it a try and reply me back if you face any difficulty setting up your site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘secondary widget area’ is closed to new replies.