×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Different Horizontal layout problem

Different Horizontal layout problem 8 years 3 months ago #33051

  • Chuck
  • Chuck's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
I upgraded CMC from 1.4 to 2.0.0 . Under 1.4 I had the form displaying correctly horizontally but under 2.0.0 I can not get the subscribe button to align with the input boxes.
I added:

#rt-utility .cmc-signup div {
float: left;
margin-right: 5px;
}

To my template-custom.less file to get the input boxes aligned but have been unable to get the subscribe button in line. I am learning css to the best of my ability.
I would greatly appreciate your suggestions.

Please see northcoastwellness.com/

Thank you.

Different Horizontal layout problem 8 years 3 months ago #33200

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Chuck,
The current div structure doesn't allow this. You would need to create a template override for
modules/mod_cmc/tmpl/default.php
and move the button inside the row-fluid after the foreach for the cmc_groups

regards,
Daniel
  • Page:
  • 1
Time to create page: 0.098 seconds