Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CP text w/image colums #14

Closed
jensensen opened this issue Feb 11, 2013 · 2 comments
Closed

CP text w/image colums #14

jensensen opened this issue Feb 11, 2013 · 2 comments
Labels

Comments

@jensensen
Copy link

affected: include/inc_front/content/cnt1.article.inc.php

when i use 'position table left/right' i get perfect rearranged columns. but the problem is, that i can't css the columns, like e.g. bootstrap needs.

for example:
/template/inc_cntpart/imagetext/something.tmpl
...formatted like WIN.INI...
class_column_left = imgtxt-column-left span4

will get:
div class="imgtxt-column-left span4">
div class="imgtxt-column-left span4-text" /div
div class="imgtxt-column-left span4-image" /div
/div

but need something like:
div class="imgtxt-column-left NO_SPAN">
div class="imgtxt-column-left-text span4" /div
div class="imgtxt-column-left-image span4" /div
/div

PROBLEM:

  • can't specify CSS/SPAN_x each column
  • can't break up the wrapper
  • can't insert custom classes
@slackero
Copy link
Owner

use another template

@santscho
Copy link

The function for this Contentpart has a bug. See here:
#24

slackero added a commit that referenced this issue Apr 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants