Support for Envato Buyers Forums DGWork fixing padding issue

Viewing 3 reply threads
  • Author
    Posts
    • #23946
      goldeneaglesteam
      Participant

      hi,
      why there is padding around over the pages ?
      https://imgur.com/a/X7xJImc

      i temporary used this code in page builder to solve it :

      <pre class=”EnlighterJSRAW” data-enlighter-language=”css”>.no-results, .site-content, .sidebar-layout .site-main {
      padding: 0;
      }

    • #24020

      Sorry for the delay

      I can’t see the image.

      How about moving your CSS to Appearance > Customize > Additional CSS?

      Thanks

    • #24095
      goldeneaglesteam
      Participant

      “How about moving your CSS to Appearance > Customize > Additional CSS?”

      some pages don’t have this issue , so i preferred to write this code in just the pages that have this issue

    • #24175

      You can add .page-id-xxx in front of your CSS selector, replace xxx to the real page id.

      .page-id-xxx .no-results, 
      .page-id-xxx .site-content, 
      .page-id-xxx .sidebar-layout .site-main{
         padding: 0;
      }
Viewing 3 reply threads
  • You must be logged in to reply to this topic.