Padding

Author
Topic
#2375

Hey Milan,

I am having issues with the padding on my sidebar. I cant get the left side margin (slider is on the right), to move. Seems to be stuck at 30px no matter what I change in the settings when creating it. Am I missing something? What do I need to do? Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
Author
Replies
  • #2376

    Actually, its a lot more than that. At this point I’m assuming it’s my theme. Here is what’s happening. I have my content font set to white, its pink. My links set to blue, also pink. I have my tab font color set to orange, not showing up. And the tab isn’t updating on other cpu’s, just mine. So the styling seems to be clashing with something. Btw, LOVE this plugin. I can see it’s a gem, but I need to get this fixed. Thanks Milan.

  • #2379

    Send me URL to see it, but from what you describe, it is very likely that theme is doing this.

    Milan

  • #2380

    Milan,
    I fixed that but have two files that still wont load the scroller. It’s happening on all pages, so you should be able to inspect element anywhere and find it. http://onepercentlistingcompany.com/

  • #2381

    From what I see, the only issue is now the large padding. Padding is added by the UL elements inside the sidebars and widgets inside the sidebar added by the theme. Something like this will fix that:

    .sss-sidebar-wrapper ul {
        padding: 0 !important;
    }

    Milan

  • #2384

    I have attached a file with the inspect element screenshot. Its receiving a 404 from your scroller.

  • #2388

    This is not real error. When you open Google Debugger, it tries to load MAP file for some JS files to get debug info from it, and this file is not included since it is not normally used. When loaded as normal page, this will not be happening.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Padding’ is closed to new replies.