Forum Replies Created
-
AuthorPosts
-
I see :) Well the code works perfectly! thanks a lot :)
Ther eis a margin but it might just be how it looks on the mobile phone. But it is much worse on the ipad. I would guess that the container is only 78 since that is what it was set to in the settings.
I need a similar code like this:
@media only screen and (max-width: 768px) {
.container {
width: 100% !important;But one that works :)
Hey
The link is sikkertbilsalg.dk
But i think the code is a general thing ? :)January 23, 2018 at 3:07 pm in reply to: Website display different in edge vs firefox/chrome #901480Hey
I found that it is the browser setting since all websites looks different..
Perfect works! Thanks a lot for the help on this issue ;)
Hi
I dont really know how to explain this different. You made a code which is working perfectly for a speciel header. Now i figured i would rather use a headline rotator, which the code does not work for. I know it right now looks very odd on the website but what is because im waiting for the new code and just played around with it.So i would very much appreciate if i could move the headline rotator more to the left as I first asked with the speciel header. And forget that the “error” header is on the website right now. It is just there to compare for when i get the headline rotator right.
Again thanks for your help.
Yes originally I wanted to move a speciel header, but it might go with a headline rotator instead. Therefore i need to specify the code i got from mike but my own attempt doesn’t work :/
Link: sikkertbilsalg.dk
Thanks a lot! :)
If i wanted to apply the coding mike gave me to work on a headline rotator wouldn’t it just be to change the names in the code?
@media only screen and (min-width: 1439px) {
#top #wrap_all .av-special-heading.av-special-heading-h1 {
margin-left: -15%!important;
}
}
=
@media only screen and (min-width: 1439px) {
#top #wrap_all .av-headline-rotator.av-headline-rotator-h1 {
margin-left: -15%!important;
}
}
Doesn’t seem to work :/Thanks a lot mike :) it’s working perfect. Could you please tell me how to get the subheading to have the same font as the actual header?
Ofc! Thanks a lot :)
I thought maybe a lot of stuff would slow down the page but I’ll do it that way :)
This reply has been marked as private.Hi,
Thanks for the reply. That might be a good solution. I just tought there would be a quick CSS solution to it.Similar to this one just with the height:
@media only screen and (max-width: 989px) {
.Only_pc { display: none !important; }}Thanks :)
This reply has been marked as private.Perfect! Thanks a lot! :)
Hi,
Thanks for the answer and sorry about all the questions. Didn’t know that was the case.
Regarding my first question. Is it possible to get any support with this specific issue? Normally you would add some custom css. is that not possible in this case?
Kind regards
MadsNo one can help me with above questions? ):
Thanks I got it to work :)
Got it to work thanks )
Another think I hope you might be able to help me with. I’ts driving my crazy and its probaly just because I’m new to all this, but.. How can I change the text size in my menu? Contacts us, new etc. It can’t be that you have to do this with css??
Thanks again
-
AuthorPosts