• Can someone please help me? On my computer the side column on the main page of my website has slipped down below the main text. I asked someone else to check on their computer and the column was displaying correctly for them….. What is going on? (my website is: https://healingthroughshame.com/ )

    I appreciate any help you can give to me.
    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • looks ok in the latest versions of firefox, IE, and Chrome

    what web-browser and versions are you using, and what is your “someone else” using?

    Your right column looks good in firefox and safari. If you are still seeing the problem, you can add this class to your custom script section in the template to control the width of the left column. Reduce the width a little by changing width: 700px to width: 690px or 695px. Save it and launch to test:

    #content.rightSideBar {
    float: left;
    width: 700px;
    }

    I hope this helps

    The above class controls the left content column. By adding it to your custom script, you will be able to modify it.

    Thread Starter cheryl.bailey

    (@cherylbailey)

    Thank you Robin and Karen! I have done a little more digging and it looks fine when I open the page in IE but the right column is at the bottom of the page for me when I open in Chrome. Are you suggesting that reducing the width might make a difference Karen….so that it would open properly for all browsers?

    Yes, start by reducing the width to 695px and test it in chrome

    Looks fine for me in Firefox and Chrome – try clearing your browser cache in Chrome.

    Thread Starter cheryl.bailey

    (@cherylbailey)

    Thanks for the suggestion WPyogi. I just cleared the cache but this didn’t work. I’ll try reducing the width and see if that works. thanks Karen!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘main page column slipped down page’ is closed to new replies.