i have a couple of issues with the website, kindly see attached files for reference:
1. the logo is hanging on that menu space when i scroll down. it wasn’t doing that before so i don’t know what happened
2. the text beside the video are not showing properly when i make the web browser smaller.
do kindly advice on how to fix it, thanks again guys!
For the text beside the logo, we have to make some compromises for size below 1024 (at least below 960px). We can reduce font size a bit but best solution is to just hide the description text like this –
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.image-toggle .text-content p, .video-toggle .text-content p {
display: none; } }
Hope this helps.
Author
Posts
Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Fusion Theme Support’ is closed to new topics and replies.