• Resolved ripperman

    (@ripperman)


    Hi,

    The shop sidebars are appearing at the bottom of the page below all other content instead of the left of the page, as I’ve specified in the page options? I feel like I’m missing something but I’ve tried a lot of options here and nothing works? Any help would be appreciated.

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author wpoperations

    (@wpoperations)

    Hello @ripperman

    Thank you for writing in, are you using the latest version of the theme? Please make sure to choose Shop sidebar from
    Appearance >> Customize >> General Options >> Shop Settings

    Thread Starter ripperman

    (@ripperman)

    Hi,
    Thanks for the response. Yes I checked all possible options for the left sidebar but it still didn’t work. I had to revert to some css to force the sidebar to the left.

    Thanks,

    #primary
    {
    width:75%;
    float:right !important;
    background-color:#ffffff;
    }

    #secondary
    {
    width:25%;
    float:left;
    background-color:#ffffff;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebars?’ is closed to new replies.