-
AuthorPosts
-
sebbs Friend
sebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
August 6, 2014 at 10:35 pm #544927I don’t know what the heck to do anymore so I am going to get my admin guy to create me a new subdomain (bmwqc2) and see if that helps
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 6, 2014 at 10:35 pm #544928<em>@sebbs 439993 wrote:</em><blockquote>I did a new database… the bmwqc logo IS STILL there!! What’s up with that!!!</blockquote>
Try clearing your browser cache . . . I’m not seeing the logo on my browser (again, Firefox 31.0)
sebbs Friendsebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
August 6, 2014 at 10:36 pm #544929REALLY?? i’LL TRY THAT
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 7, 2014 at 3:09 am #544951<em>@sebbs 439951 wrote:</em><blockquote>How do I adjust the logo size on the main page to fit my top menu?
http://bmwqc1.dev.dnsnetworks.ca/</blockquote>
My solution below will help you to change to logo with dimensions: 214x 130
+ Create templates/purity_iii/css/custom.css file and add new rule
@media (min-width: 991px) {
.navbar-header {
width: 230px;
height: 130px;
}
.logo-image > a > img {
max-width: none !important;
}
.page-masthead .row-feature {
padding-top: 214px;
}
.navbar-nav {
margin-top: 30px;
}
}Let me know if it helps
minas69 Friendminas69
- Join date:
- September 2007
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 99
- Thanks:
- 73
- Thanked:
- 6 times in 1 posts
August 7, 2014 at 12:02 pm #545045Hi,
I need to place a logo like this..see image…
The logo size 755 x 105 png
What I have to do ?
and for mobil ?
thanks in advance
markus
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 8, 2014 at 9:41 am #545185<em>@minas69 440132 wrote:</em><blockquote>Hi,
I need to place a logo like this..see image…
The logo size 755 x 105 png
What I have to do ?
and for mobil ?
thanks in advance
markus</blockquote>
I have checked the screenshot you mentioned and the best way in this case is that, you can hide the logo and add new position in header. You can have a look at my solution below
+ Disable the logo
Open templates/purity_iii/tpls/blocks/header.php file
Change
<div class="navbar-header" >
To
<div class="navbar-header hidden-sm hidden-xs hidden-lg" >
+ Add new position in header.php file
Change
<!-- //NAVBAR MAIN -->
To
<!-- //NAVBAR MAIN -->
<?php if ($this->countModules('logo-custom')) : ?>
<div class="logo-custom<?php $this->_c('logo-custom')?>">
<jdoc:include type="modules" name="<?php $this->_p('logo-custom') ?>" style="raw" />
</div>
<?php endif ?>+ Create template/purity_iii/css/custom.css file and add new rule
.logo-custom {
float: left;
clear: both;
}
.page-masthead .row-feature {
padding-top:200px;
}
And see the screenshot
AuthorPostsThis topic contains 36 replies, has 4 voices, and was last updated by Ninja Lead 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum