Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #450389

    I’d like to have the option of having a different padding size on Short Separator.

    I’ve added the following to my child theme style.css
    #msmhrshort
    .hr-short {
    height: 20px;
    line-height: 20px;
    margin: 5px 0;
    float: none;
    }

    and added msmhrshort to the elements custom css class field but it does not work.

    if I remove the #msmhrshort from the child theme style.css it works for all short separators but I want the ability to have a margin of 5 and whatever the default is.

    Can you help me determine what I’m missing or if there is a better way to accomplish what I’m trying to do with the Enfold theme?

    Thanks
    Mike

    #450390
    This reply has been marked as private.
    #451206

    Hey!

    I did not see the custom CSS class on any of your HR elements. Go ahead and take a screenshot and highlight exactly what your trying to do in the page and we’ll give you some CSS to use.

    If your just trying to change the margin then you can do something like this.

    .hr {
      margin: 50px 0 !important;
    }

    Regards,
    Elliott

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