• Resolved Jessdelatorre

    (@jessdelatorre)


    Hi,
    I am currently using theme Jkreativ Lite, and when I tried using the sidebar option (adding more than one box) it simply puts the boxes on top the other.
    My site: https://www.jessicadelatorre.com
    The sidebar can be seen on posts and pages.

    How do I fix this?

    I tried looking on Jkretiv’s support forum but there are even topics that are unanswered.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Jessica,

    It looks like this is only affecting the ‘statigram’ widget that is being used, due to some CSS in the theme that is setting the <iframe> to be absolutely positioned.

    Since you have the Jetpack plugin installed, I would recommend that you activate the Custom CSS module, if it you haven’t already, and then add the below line, which should correct the issue:

    .blog-sidebar-content iframe {
         position: relative;
    }
    Thread Starter Jessdelatorre

    (@jessdelatorre)

    Hi Karpstrucking,

    Oh! that did the trick! Thank you very much!
    Yeah I had Statigram customized to another theme and didn’t cross my mind it was affecting.

    Thanks again for your help! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar malfunction on Jkreativ’ is closed to new replies.