Forum Replies Created
-
AuthorPosts
-
Hi,
I still have a few problems with my site.
1. The wrapper in the header section is not responsive for mobile devices yet. Can you help me to modify the code?
I added the css code in the Quick css..header_sub{
height: 125px;
right:-50px;
position: relative;
background-image: url(http://ferrari.marketing-hahn.de/wp-content/uploads/2018/01/Logo_Club_Colonia_Germany_jpg_2.jpeg);
background-repeat: no-repeat;
background-position: right;
}
#header_main::after{
display:block;
height: 125px;
width: 100%;
background-color: #dc2d1c;
background-repeat: repeat-x;
background-image: url(http://ferrari.marketing-hahn.de/wp-content/uploads/2018/01/ferrari_bg_2.jpg);
content:””;
}
/* ausblenden für kleinere Auflösungen*/
@media only screen and (max-width: 767px){
.header_sub {display:none;}
}2. Ismael wrote:
You can add the css code in the Quick CSS field and insert the script in the header.php file manually. Or use one of the following plugins.
// https://wordpress.org/plugins/custom-css-and-javascript/I try it with this plugin but the new script is not visible.
Hi Ismael,
the wrapper is implement now and works well.
The plugin for the new scripture is running but I can’t see the new font on my web side. Can you give me a counsel please?
Tobi
Hi Ismael,
thanks for your help. I try it but somethings is already wrong. Please can you check my site?
Thanks so much!
TobiHello Kriesi Team,
please can you answer to my 2 questions. Thanks in advance.
Tobi
Hi, sorry, another question. I like to test a font from myfonts.com. Where exactly I have to add this code on my wordpress site?
This is the 30 days test font code:
Paste this code into the <head> of your HTML to embed these fonts.
You are only permitted use of these webfonts for testing purposes in non-production environments for 30 days. You can apply them in your css using:font-family: ‘Legacy Sans OS Book’
font-family: ‘ITC Legacy Sans Pro Bold’
font-family: ‘ITC Legacy Sans Pro Book’
font-family: ‘ITC Legacy Sans Pro Medium’<script type=”text/javascript”>
(function() {
var trial = document.createElement(‘script’);
trial.type = ‘text/javascript’;
trial.async = true;
trial.src = ‘https://easy.myfonts.net/v2/js?sid=2585(font-family=Legacy+Sans+OS+Book)&sid=215899(font-family=ITC+Legacy+Sans+Pro+Bold)&sid=215901(font-family=ITC+Legacy+Sans+Pro+Book)&sid=215903(font-family=ITC+Legacy+Sans+Pro+Medium)&key=XQvkgqToNh’;
var head = document.getElementsByTagName(“head”)[0];
head.appendChild(trial);
})();
</script>Thanks i found it. But somethings is wrong. Can you check my css:
#wrapper
{
background: url(http://ferrari.marketing-hahn.de/wp-content/uploads/2018/01/Logo_Club_Colonia_Germany_jpg_2.jpeg);
}This is our website: ferrari.marketing-hahn.de
And this is the reference site: http://www.scuderiaferrari.club/en/
The goal is to copy this site :-) Actually we try to build this red wrapper without all these informations Log in etc.. (Scuderia Ferrari Club).
Can you give me the correct css code please?
TobiHi Team, can you help me with a code to implement this wrapper under the header? See the reference site: http://www.scuderiaferrari.club/en/
I like to have this red scuderia ferrari wrapper on my personal website. Thanks for helping me. Tobias -
AuthorPosts