Okay
  Public Ticket #923946
Theme padding issues
Closed

Comments

  •  2
    Stephen Trevathan started the conversation

    Hello, 

    I have an issue with the default padding for various elements in this theme. For instance, I'd like to reduce it between rows when using visual composer. There's also a lot of default padding at the top of a new section (when setting up a one page layout) that I'd like to reduce. I haven't been able to figure out a quick way to do this.

    Do I need to edit the theme CSS directly to fix this? I'm including a snapshot too.

  •  840
    Jelly replied

    Hi,

    Maybe you can provide website url and wplogin so I can check it?

    Best Regards,
    Jelly Team

  •  2
    Stephen Trevathan replied

    Hey, 

    I'm actually working on the site locally using MAMP, so was hoping you might have a few recommendations of where I could look. In fact, I was wondering if I could use the custom CSS options that Visual Composer provides to overwrite the default padding for these elements?

    Thanks, 

    Stephen

  •  840
    Jelly replied

    Hi,

    Honestly, I don't know where the padding pixels come from, because the setting is different from both side. So you need provide website url so I can check it with my self to provide you solution.

    Best Regards,
    Jelly Team

  •  2
    Stephen Trevathan replied

    Hello again,

    I'd still like to get some help on this issue, the reference URL is: http://greatlakesaba.com/

  •  840
    Jelly replied

    Hi,

    I checked your website and I think it's good with good space to read your content, but if you still want adjust it, please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    .container {
    padding-top: 60px;
    }
    .section .jt_row {
    padding-bottom: 60px;
    }

    Best Regards,
    Jelly Team