Static page as homepage > layout

Homepage Community Forums Epik Theme Support Static page as homepage > layout

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #13014
    katanka
    Customer

      Hi

      When i set a static page as my homepage, the lay-out of the homepage differs from all other pages: the white behind the widgets is not there, and the main content area too has no white background.

      When i visit any other pages, the lay-out is fine?

      ANy ideas?

      #13015
      katanka
      Customer

        compare:
        page set as homepage: http://cubeupload.com/im/kJpGf7.jpg
        same page not set as homepage: http://cubeupload.com/im/83PdDG.jpg

        #13017
        Jason M
        Customer

          If you can provide a link to your site (not a screenshot or image) then I can see exactly whats going on. I’m sure it will be a quick fix but the only way to know is with a link.

          #13024
          katanka
          Customer
            This reply has been marked as private.
            #13032
            Jason M
            Customer

              Look for line 2302 in your style.css file of your theme and remove the background: none;

              .home .entry {
              box-shadow: none;
              -moz-box-shadow: none;
              -webkit-box-shadow: none;
              background: none;
              }

              Removing that will allow the white background to show up on your homepage

            Viewing 5 posts - 1 through 5 (of 5 total)
            • You must be logged in to reply to this topic.