Border style

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #149147
    Mat
    Guest

    Hi, I want to use left and right borders for a row. I applied Border style from the list of predefined styles but it shows border for – top, right, bottom and left sides. I want it to be left and right only.

    #149220
    J. Davis
    Keymaster

    You have set predefined Border style for column. This style sets border for all sides of the block. If you need to apply border to left and right sides only you should add custom style. You can follow these easy steps:

    • go to MotoPress > Settings > Custom CSS code field
    • add custom class with border style e.g.
    • .custom_border{
      border-left: 1px solid #000000;
      border-right:1px solid #000000;
      }

    • launch MotoPress editor, select column, switch to Style tab, type the name of your class – ‘custom_border’ without quotes and apply it.
    • save changes and preview the page.
    Viewing 2 posts - 1 through 2 (of 2 total)
    • You must be logged in to reply to this topic.