-
AuthorPosts
-
joomlafans Friend
joomlafans
- Join date:
- April 2014
- Posts:
- 74
- Downloads:
- 8
- Uploads:
- 16
- Thanks:
- 32
- Thanked:
- 9 times in 1 posts
July 6, 2014 at 5:44 pm #199461Hello
The default JA Mitius logo is short, therefor it doesn’t need to resize it self on small devices to be responsive.
after resizing the logo size to full however as explained here, It no longer becomes responsive and shoots far off the grid on smaller devices or if you zoom in. is there any fix to that?Also, is there a way I could change the black space behind the logo/banner with a small image that repeats itself to fill the entire visible banner space on all sizes?. then I can keep the main logo small as the original JA Mitius logo, and still have the image I intended in the background.
Thank you
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
July 6, 2014 at 10:45 pm #541302Hello joomlafans
Can u provide us a url to your website so we can take a closer look ?
also if u can use screenshot with explanation what u want to do
will be easier for us to helpThanks
Tolja1 user says Thank You to Radonja Djurisic for this useful post
joomlafans Friendjoomlafans
- Join date:
- April 2014
- Posts:
- 74
- Downloads:
- 8
- Uploads:
- 16
- Thanks:
- 32
- Thanked:
- 9 times in 1 posts
July 7, 2014 at 3:50 pm #541427Hello
Please find an example of the resized banner not fully responsive here
just zoom in or use an ipad vertically or on a smaller device.
How can I fix this?An example of the image-repeat background is attached.
How can I achieve this?Thank you
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
July 9, 2014 at 12:52 am #541623hi there
to make that baner responsive u need to add some code to custom.css
u need to work with @mediahere is example
try to add this code in custom.css
.logo-image a {
background-size: 100% 100%;
width: 1070px;
height: 108px;
}
@media (min-width: 1200px) {
.logo-image a {
background-size: 100% 100%;
width: 1070px;
height: 108px;
}
}
@media (min-width: 980px) and (max-width: 1199px) {
.logo-image a {
width: 950px;
height: 96px;
background-size: 100% 100%;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.logo-image a {
width: 755px;
height: 61px;
background-size: 100% 100%;
}
}
@media (min-width: 600px) and (max-width: 767px) {
.logo-image a {
width: 755px;
height: 61px;
background-size: 100% 100%;
}
}
@media (max-width: 599px) {
.logo-image a {
width: 500px;
height: 41px;
background-size: 100% 100%;
}
}
1 user says Thank You to Radonja Djurisic for this useful post
joomlafans Friendjoomlafans
- Join date:
- April 2014
- Posts:
- 74
- Downloads:
- 8
- Uploads:
- 16
- Thanks:
- 32
- Thanked:
- 9 times in 1 posts
July 9, 2014 at 10:52 am #541728Hello
This certainly makes the banner more responsive, however on smaller devices or starting at 300% zoom the banner begins to lose its hight ratio all the way to 500% zoom. at 400% zoom the banner is off the grid and no longer responsive.
I added the custom css on the test site here and you can see the above clearly.
Thank youfmfame Friendfmfame
- Join date:
- October 2013
- Posts:
- 228
- Downloads:
- 4
- Uploads:
- 39
- Thanks:
- 8
- Thanked:
- 25 times in 1 posts
July 9, 2014 at 5:34 pm #541760Hi Joomlafans.
I checked your issue and i am wondering why you use ZOOM IN or ZOOM OUT effect of browser..?
thats not functional to debug problems on your site…to see responsive quality you only should scale browser window smaller but not zooming..
Hope you understand there are big differences of using browser zooming and the functional responsive design.
But i can help you with your problems but you should provide me with site details. I have to check your custom.css and your compiling of your template etc..
1 user says Thank You to fmfame for this useful post
joomlafans Friendjoomlafans
- Join date:
- April 2014
- Posts:
- 74
- Downloads:
- 8
- Uploads:
- 16
- Thanks:
- 32
- Thanked:
- 9 times in 1 posts
July 9, 2014 at 7:08 pm #541767Hello.
Thank you for clarifying.
I have PMed you our test site info. the custom.css file is exactly as described above by tolja.fmfame Friendfmfame
- Join date:
- October 2013
- Posts:
- 228
- Downloads:
- 4
- Uploads:
- 39
- Thanks:
- 8
- Thanked:
- 25 times in 1 posts
July 10, 2014 at 9:38 am #541853Now i have add few things. check again and let me know
1 user says Thank You to fmfame for this useful post
joomlafans Friendjoomlafans
- Join date:
- April 2014
- Posts:
- 74
- Downloads:
- 8
- Uploads:
- 16
- Thanks:
- 32
- Thanked:
- 9 times in 1 posts
July 12, 2014 at 9:19 am #542085Hello
The banner works fine on the test site now. I was able to get the same result on the main site except on one of the small sizes the search bar and social buttons move up to the banner area and block the lower half of the banner image. I only duplicated the Custom.css file. did you modify other files? if so what are they?
Thank you for time and support
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 3 voices, and was last updated by joomlafans 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
resized logo not fully responsive
Viewing 9 posts - 1 through 9 (of 9 total)