Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #346644

    Hey,

    subj basically

    large padding is a bit too large, but default is way to small. I can’t find the css class responsible for that.

    Thanks

    #346860

    Hey axelfx07!

    Add this to your custom CSS,

    .avia-section-large .content, .avia-section-large .sidebar {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    Cheers!
    Elliott

    #346925

    Thank you Elliott!

    Could you please provide the default values for avia-section-large

    The firebug shows 2% instead of px, however, when I try % in child’s style css, like

    .avia-section-large .content, .avia-section-large .sidebar {
    padding-bottom: 1%;
    padding-top: 1%;
    }

    it doesn’t work at all

    #347250

    Hey!

    The default values should be 70px actually.

    Best regards,
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.