Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • librandi Friend
    #947903

    hi,
    why the frame is in middle of article? can you help me please?
    tks


    1. Cattura
    Pankaj Sharma Moderator
    #947908

    Hi
    In featured layout and blog layout the page is divided into two parts .
    col-sm4 for the intro image and col-sm-8 for articles .
    Because there is no image in the article the iframe is in the center.
    Go to

    templates/uber/html/com_content/featured/default_item.php
    Find

    <!-- Article -->
        <article>
            <div class="row">
                <div class="col-sm-4">
                <?php echo JLayoutHelper::render('joomla.content.intro_image', $this->item); ?></div>
            <div class="col-sm-8">

    you can reduce the value for col-sm-4 and increase it for col-sm-8, just make sure that the total grid is equal to 12. For example, if you change to col-sm-2 for image box, the content should be set with col-sm-10 .
    Or you can use both to 12 to use full width .
    Do the same for blog layout .

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum