Hello! I am in need of Help and idk much on how this software works and all.

So I am trying to make a page for my website that will hold the Item IMG, who is selling and etc I have a example sketch of what I am trying to make.what I have planed out and what I have made so far I am wondering what I am trying to make is it possible with this or not?

My code.

<body>
<div class="container p-5 my-5 bg-dark" id="main1">
    <div class="row">
        <div class="col-4">
            <img src="https://placehold.it/350x400" alt="item img" />
        </div>
        <div class="col-8">
            <h4><p>Item Name</p></h4>
            <br>
            <h6><p>Creator:</p></h6>
            <p>Username</p>
        </div>
        <div class="col-5">
            <div class="container">

            </div>
        </div>
    </div>
</div>
<div class="container p-5 my-5 bg-dark" id="main2">
    <div class="row">
       <div class="col-sm-4">
            <div class="container">
                <!--- \\\\\\\comment-->
                <div class="tab-content" id="comment">
                    <div class="tab-pane fade show active" id="comments" role="tabpanel" aria-labelledby="comments-tab">
                        <div class="form-group">
                            <label class="sr-only" for="message">Comment</label>
                            <textarea class="form-control" id="message" rows="3" placeholder="Comment"></textarea>
                        </div>
                    </div>
                </div>

                <div class="btn-toolbar justify-content-between">
                    <div class="btn-group">
                        <button type="submit" class="btn btn-primary">Post</button>
                    </div>
                </div>
                <!-- comment /////-->
                <br>
                <!--- \\\\\\\Post-->
                <div class="panel-body">
                <ul class="media-list">
                    <li class="media">
                        <div class="user-img">
                            <img src="http://placehold.it/50x50" />
                        </div>
                        <div class="media-body">
                            <h4 class="media-heading"> Username </h4>
                            <p>Post time</p>
                            <p> Text 12345 Text 12345.</p>
                        </div>
                    </li>
                    <br>
                </ul>
            </div>
                <!-- Post /////-->
            </div>
       </div>
       <div class="col-sm-8">
            <div class="container">
                <p>Spot 2</p>
            </div>
       </div>
    </div>
</div>

</body>

I really don't understand your question. The layout in your sample sketch would be fairly simple to make with BSS, but I'm unclear on what this whole project is supposed to be.

It seems like you're trying to build an e-commerce type page with pricing, a place to leave reviews, etc, all of which requires integration with a database (backend programming.) Bootstrap Studio builds static (not dynamic) front-end websites. You can't use it (at least not without writing a whole lot of custom javascript) to populate a page from a database. The program doesn't have such capabilities.

But the layout you want to make would be a piece of cake.

I know back end and all but what I am trying to make is that sketch I have made yes it's a on site e-commerce but it's for Virtual item aka .obj what I am trying to make the page but idk how to do much and I dont know how stuff works on the software.

I would suggest you take a look at some of our video tutorials here. It will give you a better understanding of how the app works.

It might be a good idea to either get some knowledge on web design (tutorials, classes, etc) which you can find many of online for free or very cheap. In fact I believe that Udemy has a special going on right now through BitsDuJour's website for most any online class for $9.99 or so. Another option would be to hire someone that already has experience to design this for you. People here are pretty good about helping someone figure out a complex issue, or something like that, but I'm sure most of us don't have the time to try to teach someone how to build a website, and it is kind of non-productive for us to do so since many of us build websites for a living. :)