Results 1 to 5 of 5

Thread: Adding HTML code below text in content elements styled in columns

  1. #1
    User Carolina's Avatar
    Join Date
    09-05-12.
    Location
    London
    Posts
    99

    Default Adding HTML code below text in content elements styled in columns

    Hi,

    I've designed 4 columns in the page, where each column is a content element within the same article.

    The problem is that I can't add html code with the social icons below the text itself in one of the content elements so that's included in the column- it just doesn't show if I do it.

    So how can I include the social icons in the column? Here's the page: http://assembly21.com/about.html

    Thanks.
    Attached Images Attached Images
    Carolina

  2. #2
    User Spooky's Avatar
    Join Date
    01-03-13.
    Posts
    339

    Default

    There are a few ways to implement this. You could
    • create an article for each column
    • create the columns with div wrappers within one article. You could use the [semantic_html5] extension for that.

  3. #3
    User Carolina's Avatar
    Join Date
    09-05-12.
    Location
    London
    Posts
    99

    Default

    yes...! I should have done that from the beginning. Well, now it's done for the whole website.

    Can I ask you something else: the social icons are now floating around, overlapping with the following content. I tried clearfix but doesn't work. Here it is: http://assembly21.com/about.html

    thanks.
    Carolina

  4. #4
    User Spooky's Avatar
    Join Date
    01-03-13.
    Posts
    339

    Default

    PHP Code:
    .socialicons {
        
    clearboth;

    should help

  5. #5
    User Carolina's Avatar
    Join Date
    09-05-12.
    Location
    London
    Posts
    99

    Default

    yes, but when you resize the window they overlap with the content that follows. ok, i got it. :-)
    Last edited by Carolina; 04/27/2015 at 19:25.
    Carolina

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •