• Author
    Posts
    • #3410
      Paul Durnberger
      Participant

      There is no padding between the widgets in the side bar (I overcome this by typing “<p></p><p></p><p></p>” into a custom HTML widget, and placing that between the widgets, not a very elegant solution!). Can this be resolved?

    • #3413
      Andre
      Participant

      Just need a link to your site where this is and will take a look (including the other issue). Definitely should be an easy fix. Also, is this when in a mobile device or normal desktop view?

    • #3414
      Paul Durnberger
      Participant

      Here you go > http://durnberger.co.uk/biographies. I am using Page Right Sidebar on that page. You’ll see the top 3 items have no padding between them. This occurs on every device.

      I have just discovered that this does not happen when using the Blog Sidebar.

    • #3417
      Andre
      Participant

      I found the problem. I did the margin styling for the blog sidebar, but not for the page right and left sidebars. Thanks for discovering this. I’m going to open this theme up in my local test site and see if I missed anything else, so in the meantime, add this to your Additional CSS tab in the customizer:

      #blog-sidebar .widget,
      #left-sidebar .widget,
      #right-sidebar .widget {
          margin-bottom: 40px;
      }

      I will fix this today and the other problem that you posted, then upload a new version of Camer Pro.

    • #3419
      Paul Durnberger
      Participant

      Thank you Andre, that did the trick.

    • #3421
      Paul Durnberger
      Participant

      Just playing with the widgets, looks like you have the same problem with the Content Bottom widget areas.

    • #3422
      Andre
      Participant

      yup…discovered that and is part of the update I am doing.

      Definitely helps when users of our themes find things, because even though we do testing, sometimes things get missed and helps when you have the extra set of eyes to find things.

Viewing 6 reply threads
  • You must be logged in to reply to this topic.