Few issues in regards to the website
Hi guys,
I have few things which I would like to ask you if you are able to support me,
1) First thing is that I cannot remove the license from my old domain and move to the new domain, there is an option to send a hidden message? Not sure if should post here the details of the license.
2) I got a problem with mobile navigation under the www.financialbrokers.co.uk - the inner pages under business/property/insurance are unclickable and no idea how I can sort this issue.
3) There is an option to move the socials in line with the logo on a footer? I tried to make the socials bigger also, but the font-size code not working for me, another thing is that on the desktop under the footer there is a big white gap and also no idea how I can remove it.
- the same link like on point 2.
4) On a mobile version, subheader is a kind of broken - the images are not adaptive well, there is any way to position subheader image by myself? Just need cut a bit of bottom coz the photos look weird or make the holder of subheader image a bit lower height
- the same link like on point 2.
Thanks in advance!
Comments
Financial Brokers offers you:
It's not possible with this item.
You can recreate it with Column item and give them a custom CSS classes with hover effect,
but I can't make for you complete CSS code. We provide only simple CSS modifications for the theme.
1) Subheader:
You have to disable background-attachment: fixed.
This is messing up all of the design of subheader.
Please, insert this CSS code and take a look.
@media (max-width:760px){
#Subheader{
background-attachment:local !important;
}
}
2) It should work. After disabling all of the plugins is the issue still exists?
Thanks
1) Disable this static width value: http://prntscr.com/ktyxjj - because of this, these boxes aren't responsive.
2) To make this hover effect smooth, you have to use keyframes to achieve this.
I mean, add :hover pseudoelement to the boxes, and add an animation of background color on keyframes
https://www.w3schools.com/cssref/css3_pr_animation-keyframes.asp
Thanks
1) As I said earlier, it's a problem with your slider, be sure it's made correctly, fully responsive
https://www.themepunch.com/faq/slider-revolution-responsive-tutorial-5-0/
2) I noticed that, if you delete one of the menu items it works fine.
http://prntscr.com/laad9h
After removing it, the text is placed correctly.
http://prntscr.com/laadyu
Where did you insert the slider, in page option(while editing) or the Theme Options > Global > Advanced?
Thanks
It looks like the issue is from their side. In an hour should be ok.
1) Disable the whole slider for this page and check it on mobile.
It will work fine then.
I suggest you, to create a whole slider(responsive) for desktop and mobile.
2) It should be pasted into Custom CSS in BeTheme Options
Show me examples where it does not work - It works
http://prntscr.com/lac2re
It's made only for mobile.
Thanks