Sidebar doesn't work

Homepage Community Forums Epik Theme Support Sidebar doesn't work

Tagged: 

  • This topic has 4 replies, 2 voices, and was last updated 9 years ago by Wes.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15664
    corey87
    Customer

      Hi! I have a problem with the sidebar.

      Look at this page: http://estrattoredisucco.org/ricette-centrifugati-succhi/
      I’m using the first layout setting (right sidebar) but the sidebar appear below the page!

      How can I fix this?

      Thank you!

      #15667
      Wes
      Moderator

        Did you make any changes to your CSS? The line that is causing the issue is on line 4045 –

        	.content,
        	.site-header .widget-area {
        		width: auto;
        	}

        By default it’s supposed to be 640px –

        	.content,
        	.site-header .widget-area {
        		width: 640px;
        	}

        Try changing it back to 640px and it should work again.

        #15669
        corey87
        Customer

          Hi Wes.

          I tried to do that, but it doesn’t work.

          I don’t understand what is the problem, beacouse in another website where I use Epik I don’t have this issue.

          Do you have other suggestion?

          Thank you!

          #15670
          corey87
          Customer

            I’m sorry, I dind’t empty the cache. It work.
            Thank you!

            #15673
            Wes
            Moderator

              You’re Welcome!

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Sidebar doesn't work’ is closed to new replies.