Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Img Not floating left of content

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #150702

    Hello.

    I have put bootstrap pull-left and pull-right which is float: left and float right.

    I have on image pull-left and content pull-right but not lining up next to each other like normal.

    http://codepen.io/CarraraWebsiteSolutions/pen/pmujt

    #150703

    Just have been nosing around going to try this

    <div class="media">
      <a class="pull-left" href="#">
        <img class="media-object" src="..." alt="...">
      </a>
      <div class="media-body">
        <h4 class="media-heading">Media heading</h4>
        ...
      </div>
    </div>
    
    #150711
    Paulie_D
    Member

    Which version of Bootstrap?

    However I don’t think that that is the way pull works. It has been a while but I will look further when I get back to the office.

    #150714
    Paulie_D
    Member

    Ok…looks Like Bootstrap 3 and ‘pull’ (stupid name) DOES act as float.

    To be honest, I’m not going to wade through that amount of HTML in your Codepen. Please just delete everything that is NOT related to your problem.

    There is not need to paste in the entire page…Codepen is for reduced cases.

    #150758

    I got it working It is bootstrap 3 not many tutorials out there for bootstrap 3 yet for that version but when get my website up I will be putting stuff on there as I figure out how to use it so its easier for people like me

    @Paulie_D to
    I have just got my programmer my programmer to finish my template engine install process is responsive you can connect to database on stage 3 only beta version at moment just working on final first release. codeigniter /bootstrap3 based.

    PM me ur email is want a free copy will send it once completed. its is php based for running files and tpl for template.

    #168858
    alancoughlin
    Participant

    Can you please share your solution with us?

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.