-
AuthorPosts
-
xxxxmints Friend
xxxxmints
- Join date:
- February 2008
- Posts:
- 93
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 20
- Thanked:
- 3 times in 1 posts
April 15, 2013 at 8:54 am #186756Hi,
I only have 3 partners, can you please tell me how I center in the page. At the moment they are aligned on the left.
Mel
andrescala Friendandrescala
- Join date:
- July 2011
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
April 16, 2013 at 8:46 am #490006Same question here.
ThanksApril 16, 2013 at 2:33 pm #490045I need to know this as well… Kindly advise. Tq.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 16, 2013 at 3:37 pm #490050You can use this way as following
+ Go to Admin -> Module Manager -> find Partners custom html module
From
<div class="span2"><a href="#" title="Sample link"><img class="img-grayscale" src="images/joomlart/demo/logo-1.png" border="0" alt="Sample clients" /></a></div>
<div class="span2"><a href="#" title="Sample link"><img class="img-grayscale" src="images/joomlart/demo/logo-2.png" border="0" alt="Sample clients" /></a></div>
<div class="span2"><a href="#" title="Sample link"><img class="img-grayscale" src="images/joomlart/demo/logo-3.png" border="0" alt="Sample clients" /></a></div>
<div class="span2"><a href="#" title="Sample link"><img class="img-grayscale" src="images/joomlart/demo/logo-4.png" border="0" alt="Sample clients" /></a></div>
<div class="span2"><a href="#" title="Sample link"><img class="img-grayscale" src="images/joomlart/demo/logo-5.png" border="0" alt="Sample clients" /></a></div>
<div class="span2"><a href="#" title="Sample link"><img class="img-grayscale" src="images/joomlart/demo/logo-6.png" border="0" alt="Sample clients" /></a></div>
Change to
<div class="span4"><a href="#" title="Sample link"><img class="img-grayscale" src="images/joomlart/demo/logo-1.png" border="0" alt="Sample clients" /></a></div>
<div class="span4"><a href="#" title="Sample link"><img class="img-grayscale" src="images/joomlart/demo/logo-2.png" border="0" alt="Sample clients" /></a></div>
<div class="span4"><a href="#" title="Sample link"><img class="img-grayscale" src="images/joomlart/demo/logo-3.png" border="0" alt="Sample clients" /></a></div>
April 17, 2013 at 3:36 am #490110Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 18, 2013 at 7:21 am #490271With mobile layout you can fix it by css
Open templates/ja_onepage/css/custom.css file
add new script
@media (max-width: 767px) {
.partners .span4 {
float: left !important;
width: 33% !important;
margin-bottom: 20px;
margin-left: 0px;
}
}
April 18, 2013 at 10:03 am #490295Hi Ninja,
It’s works. Thanks for your help.
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 4 voices, and was last updated by kywong85 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Align partners to center of page
Viewing 7 posts - 1 through 7 (of 7 total)