Problems in Epik v1.4?

Homepage Community Forums Epik Theme Support Problems in Epik v1.4?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #14010
    JohnnyvanM
    Customer

      Hello,

      I just installed version 1.4 of Epik and I noticed 2 problems.

      – The frontpage has no white space behind the text. You can see what I mean here: http://www.test24.nl/. But a page or post that is not on the frontpage, looks like it’s suppose to be: http://www.test24.nl/test-2/. I didn’t had this problem in previous version.

      – And when the theme is in responsive mode (tablet size), the widget menu goes left. See this image: http://www.test24.nl/menu-problem.png

      Can you fix this?

      Kind regards

      #14043
      Eric
      Customer

        For the white background around posts, look for this in your css around line 2302 and remove or comment it out –

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

        They have it designed that way for a reason (can’t remember why) but removing or commenting it out will fix it.

        For the menu – Since you don’t have that many menu items, you can remove or comment out the code on line 3996 in your style.css and it will move back to the right side –

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

        Removing that defined width should make the nav float to the right since it’s a small menu.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #14053
        JohnnyvanM
        Customer

          Thanks for your help Eric.

          The frontpage looks good now. Only when I removed the code for the widget menu, the sidebar moves in responsive mode (tablet size). So the menu is good in reponsive mode, but the sidebar goes in responsive mode (tablet size) to the bottom instead of the sidebar.

          I removed this code:

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

          So it does fix the menu to the right, but now the sidebar goes to the bottom in responsive mode (tablet size).

          Is it possible to fix that?

          #14087
          Eric
          Customer

            It seems to be working for me. Can you hit your reload button to make sure you’re seeing the latest changes from your css? (the reload button clears your browser cache). The sidebar shows up on the side when I take a look.


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            #14153
            JohnnyvanM
            Customer

              I tried again, but still the same problem. The sidebar is there in full-width, but when you go to tablet size the sidebar disappears to the bottom and there is a empty space on the side.

              #14198
              HiNooril
              Customer

                @JohnnyvanM, I wonder if this has to do with the structure, the sizes of columns and spacing between columns, which is what I can’t seem to get right, to all work together and be responsive.

                Try making that sidebar somewhat smaller and see what happens.

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