Hii ruchika_b,
Firstly create a child theme using plugin – https://wordpress.org/plugins/orbisius-child-theme-creator/
Now replace the code of header.php file of your child theme with the code given in the below link and save the file –
https://pastebin.com/gpPgghcA
Thanks.
Hello, I am actually already using a child theme with custom code in the header, can you tell me what the addition or change to the code is in this so I can add it to mine, or will I need to go in and find the changes?
Hi,
just open you header.php file go to line no 28 see the below –
<div claSS="logo logocenter">
replace it with the below lline –
<div claSS="logos logocenter">
and now go to line no 39 see the code below –
<div claSS="logo">
replace it wirth the below line –
<div claSS="logos">
and save the changes.
We just changed the class name logo with the logos and nothing else.
Okay i applied the changes however it has now removed the logo image from the site, i can however change the container size with the slider so we are almost there.
Nevermid, i took the image down and put it back up, its now working perfectly. Thank you!!!! i spent hours trying to fix this myself!
your Support is second to none!! you guys are awesome!