Content: Content area dropdown toggle in one row with Social toggle

Hi there,

I’m new to Theme Pro and working on a “content”.
I’m struggling to get a “content area dropdown” toggle in the same line with “Social” toggles, even though I put them in the same “Section”, “Row”, and “Column”. Website: http://wp.optobiolabs.com/science

Also, if I only use a “content area dropdown”, I cannot adjust it to a centered position within the column. Is there a way to manage that? Maybe with a CSS command?

Many thanks in advance.

Best regards,
Raphael

Hi Raphael,

To have the the Content Area Drop Down display inline with the social icons, you will need to add an Element CSS to the customize option of the column that contains the three elements.

To do that, click on the Column settings then the customize option the add this to the Element CSS:

$el .x-mod-container {
  display: inline-block;
  position: relative;
  top: -3px;
}

Hope this helps.

Hi @Jade,

many thanks. That works perfectly!

Best regards,
Raphael

You’re welcome.

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