-
AuthorPosts
-
librandi Friend
librandi
- Join date:
- February 2012
- Posts:
- 587
- Downloads:
- 89
- Uploads:
- 163
- Thanks:
- 123
- Thanked:
- 2 times in 2 posts
July 8, 2016 at 6:09 am #947903Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 8, 2016 at 6:28 am #947908Hi
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 totemplates/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 .1 user says Thank You to Pankaj Sharma for this useful post
AuthorPostsViewing 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
problem in content
Viewing 2 posts - 1 through 2 (of 2 total)