• Hello!

    Running into a few customization questions that I hope someone can address for me.

    Question 1: I am trying to create a row in SiteOrigin Editor with multiple columns. However, I need them to all be unified under ONE title, and not all have separate titles. How does one go about accomplishing this?

    Question 2: Is it possible to insert an image into the SiteOrigin Editor but have it basically do the “Wrap–>Through” option found in Word or does it have to be anchored?

    Question 3: Bulleted lists are showing in editor but not on the actual page.

    Thanks!
    Rich

Viewing 1 replies (of 1 total)
  • > Q 1:

    The most possible row setup would be like this https://cloudup.com/c6r3iI7vzFw. Put your title in the first row.

    > Q 2:

    I have no clue. Apologies.

    > Q 3:

    Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    .entry-content ul{
      list-style: disc;
    }  
    
    .entry-content li ul,
    .entry-content li ol{
     margin-left: 20px;
    }
    

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘One Title to Rule Them All’ is closed to new replies.