-
Author
-
June 21, 2017 at 03:42 #164812
Alexandra
ParticipantHello,
I have several problems visualising my website with Internet Explorer 11: (I haven’t experienced this issues using another browsers)
– I can’t scroll down (there is no scroll bar)
– The icons t the buddypress tabs are too big (I am using Fontello Icons)
– The footer is not at the end of the page and it covers part of the pages
All the website seems to be out of order… What can be done?
Thank you,
Alexandra Guerra
June 22, 2017 at 23:58 #164955Laura
ModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 26, 2017 at 22:31 #165297Radu
ModeratorHi,
For the scroll issue and sticky footer, try to update the theme to latest version we have updated the scrolling logic and sticky footer.
For the BuddyPress iccons use this css
COPY CODE#buddypress div#item-nav ul li a { font-size:20px !important; }The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 28, 2017 at 00:15 #165453Alexandra
ParticipantHello,
The problem with the scroll bar and the footer is solved, but the buddypress icons are still too big.
CheersJune 29, 2017 at 16:52 #165646Radu
ModeratorHi,
Just use this CSS to decrease or increase the font size of the icons, change the font-size: 14px to a higher or lower value.
COPY CODE#buddypress div#item-nav ul li a { font-size:14px !important; }The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.