Content Area Dropdown location

Two questions about the Content Area Dropdown element:

  1. Can I use this element in the main container of a page (i.e. not in the Header or Footer)
  2. How do I control where the dropdown is displayed. I would like it to be displayed close to the toggle but right now it does not do that.

Hi Misha,

Thank you for reaching out to us.

  1. Yes you can use Content Area Dropdown element in your page content.
  2. Currently there is no option to control the display position of the dropdown but you can do this with CSS. Give your Content Area Dropdown element a class e.g custom-cad (see screenshots below) and then add the following code in the Theme Options > CSS:
.custom-cad.x-dropdown {
    left: 0;
}

Hope this helps!

@Nabeel

It does. Thanks.

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.