Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #454196

    Hi.
    I have increased the font size in accordion title using .toggler {
    color: black !important;
    font-size:35px
    }
    However as you can see from my website below in private reply, the font line spacing is not increasing along with the font size. Why is this?

    My second question is – how can i increase the space between the actual accordion elements so that everything is easier to read?

    Thanks

    #454500

    Hey mrivanp!

    Please use the following instead, line height need to be set as well:

    .toggler {
    color: black !important;
    font-size:35px !important;
    line-height:35px !important;
    }

    Not sure if I understand your last question but you could try adding padding to the same class as above:

      padding-bottom: 20px !important;
      padding-top: 20px !important;
    

    Cheers!
    Rikard

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