• Resolved riconquistareunuomo

    (@riconquistareunuomo)


    After your latest updates the sidebar of the home page is no longer to the right position but only on the left side, while in the sidebar of the site pages you properly on the right as setting.
    Although I customize the page with the sidebar on the right it is always the same on the left. How can I fix the problem?
    Thank’s

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi There,

    Could you please mention the link of your site also, so that it will be easy to both of us to find the solution asap. We hope you understand.

    We look forward to your respond.

    Thanks

    Thread Starter riconquistareunuomo

    (@riconquistareunuomo)

    Sure, the site is : riconquistareunragazzo.it

    Thank’s

    HI there,

    You can use this css on child theme style.css file to fixed your issue.

    #left-column, #right-column {
        float: right !important;
    
    }
    #content-right {
    	float:left;
    }

    Let us know if you got any problems on this.

    Thanks

    Thread Starter riconquistareunuomo

    (@riconquistareunuomo)

    Perfect!

    Thank’s

    You are welcome.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adjust sidebar’ is closed to new replies.