Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter licensetokode

    (@licensetokode)

    Perfect, thank you!

    Thread Starter licensetokode

    (@licensetokode)

    Thanks for the help Marventus, really appreciate it.

    The only problem is I’m trying to put a div around only the widget content not the title.

    I’m not sure If I’m misunderstanding your explanation but the above solutions would give me the following?:

    <div class="widget">
       <div class="some-other-div">
    
          <!-- the widget title -->
    
          <!-- the widget content -->
    
       </div>
    </div>

    The result I’m trying to get is:

    <div class="widget">
    
       <!-- the widget title -->
    
       <div class="some-other-div">
          <!-- the widget content -->
       </div>
    
    </div>

    I know I *could* insert the some-other-div in the after_title option, this would work for most widgets but breaks for ones without titles so I wouldn’t really want to do that

Viewing 2 replies - 1 through 2 (of 2 total)