• Resolved Gobabylon

    (@gobabylon)


    Hi,

    I have a website with this theme at: artsandcraftsstroll.com. I have a vendor application form, and the sidebar overlaps the bottom of the form on the mobile version – making submission impossible. I’m fairly new to wordpress so, any help would be greatly appreciated.

    Thanks,
    Eric

Viewing 7 replies - 1 through 7 (of 7 total)
  • hannah

    (@hannahritner)

    Hey Eric,
    Try adding this to your custom css box in theme options > advanced settings:

    @media (max-width: 480px) {
    .sidebar {
     padding-top: 50px;
    }
    }

    Hope that works for you!

    Hannah

    You can also add this css because your forum isn’t clearing

    .entry-content:after {
      clear: both;
      display: table;
      content: ' ';
    }

    Kadence Themes

    Thread Starter Gobabylon

    (@gobabylon)

    Hey guys,

    Thanks, I think that did it!

    Eric

    Thread Starter Gobabylon

    (@gobabylon)

    Hi,

    I thought it was okay but, the search button is below the submit button. Now the submit button doesn’t work. Does the second piece of code address that?

    Thanks,
    Eric

    Yes ??

    You can use both.

    Kadence Themes

    Thread Starter Gobabylon

    (@gobabylon)

    Hi,

    I tried both pieces of code in my css. The search box isn’t on top of the submit button anymore but, it still doesn’t work. It works fine on my home computer but, it still doesn’t work with the mobile theme though…

    Any thoughts?

    Thanks,
    Eric

    Hmm, what mobile device? Just tried with the iphone6 and when I taped submit it told me all the fields were required? That seems to show it working.

    Kadence Themes

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Sidebar overlap on mobile version’ is closed to new replies.