Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi riyadenn. Please post a link to your site so we can see the issue and determine which element/container is being used. Thanks.

    Thread Starter riyadenn

    (@riyadenn)

    thanks before for your response bdbrown.
    But my site still in my pc localhost

    Give this a try in your custom css or a plugin like Simple Custom CSS:

    .widget_alx_tabs {
      padding-top: 0 !important;
    }
    Thread Starter riyadenn

    (@riyadenn)

    Oh yeah, you’re the best bdbrown. It’s work.
    Anyway my site get online now, check: narutonian.net

    I’m having the same problem but would like to add padding to the top of the Primary Sidebar widget. I tried adding this in Custom CSS:

    .widget_alx_tabs {
    padding-top80px !important;
    }

    But it didn’t work. Here is the page:

    https://www.we-impact.com/blog/

    Any suggestions?

    OK, with the help of a friend, I was able to figure this out. I pasted the following code into the Custom CSS and it worked:

    aside.df-sidebar.df_span-sm-3 {padding-top: 40px}

    For other people who have no experience (like me) with CSS, these are the things I had to learn:

      Meaning of a class
      Proper syntax for padding
      How to use Safari Element Inspector tool and the Style tab

    Took me 1.5 days to figure this out, but figure it out I finally did. This is the kind of lesson I will never forget…

    Same things happening here

    I posted this code(Custom CSS ) to remove date but not working

    .featured .post-date {
    display: none;
    }

    THis topic was marked Resolved by the original poster two months ago. Users who help on the forum to not usually look at resolved topics for new entries. If you have a question please create a new topic . Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Set Padding Bottom of Primary Sidebar Widget’ is closed to new replies.