Home › Forums › Legacy Support › Support queries › Setup issues › How i increase the footer text front size
Tagged: footer
- This topic has 33 replies, 2 voices, and was last updated 4 years, 3 months ago by Jackson.
-
AuthorPosts
-
August 3, 2020 at 8:12 am #279720titaswebwolfSpectatorThis reply has been marked as private.August 3, 2020 at 3:49 pm #279778titaswebwolfSpectatorThis reply has been marked as private.August 4, 2020 at 4:32 am #279844JacksonBlockedHello, 1- For logo issue after scrolling: From wp-admin > WPLMS > Header > Set the Alternate Logo. This logo will be displayed when you scroll, Refer: https://prnt.sc/mw55m8 2- Can you share the page url where weeks under prize is not visible, Thanks,August 4, 2020 at 2:35 pm #280042titaswebwolfSpectatorThis reply has been marked as private.August 5, 2020 at 4:14 am #280143JacksonBlockedHello, Now, please check , after scrolling website logo working, Refer: https://prnt.sc/tu81vx Thanks,August 5, 2020 at 5:01 am #280161titaswebwolfSpectatorThis reply has been marked as private.August 6, 2020 at 7:11 am #280505JacksonBlockedHello, After checking many things, i have resolved the issue, Now logo has been fixed for site scroll: Refer: https://prnt.sc/tuwi7g Thanks,August 6, 2020 at 2:01 pm #280652titaswebwolfSpectatorThis reply has been marked as private.August 7, 2020 at 8:37 am #280838JacksonBlockedHello, For mobile logo issue , use code given below: @media only screen and (max-width: 600px){ .mooc_header_wrapper h1#logo a img:nth-child(1){ display:none !important; } } 2- use this code: @media only screen and (max-width: 600px){ ul.topmenu { width:100px !important } ul.topmenu li:nth-child(2) a { font-size:10px !important; width:130px !important } ul.topmenu li:nth-child(4) a { font-size:10px !important; width:130px !important } h1#logo { width:50px !important; } } RefeR: https://prnt.sc/tvkv8x Thanks,August 7, 2020 at 12:08 pm #280891titaswebwolfSpectatorThanks, Jackson, My all problem still solved till now which one I face, Thank you very much, In future I am facing any kind of issue definitely I contact you again. Which hosting is reliable for hosting my website Cloud, Shared, or any other like AWS, etc. I have right now 30 Teachers and 250 students in my current list who are study offline. If I host this through cloud hosting then all things like video class and others are process uninterrupted or my user face issue to use the website.August 8, 2020 at 11:17 am #281135titaswebwolfSpectatorThis reply has been marked as private.August 11, 2020 at 9:15 am #281845JacksonBlockedHello, Okay goto appearance>>customize>>custom csss and use code given below: #logo a img:nth-child(1){ display:none !important; } ul.topmenu li:nth-child(2) { position:relative; right:30px !important; } RefeR: https://prnt.sc/txn70j Thanks,August 11, 2020 at 9:37 am #281855titaswebwolfSpectatorThis reply has been marked as private.August 12, 2020 at 5:06 am #282158JacksonBlockedHello, Remove all code given above related mobile header issue, Add only this code and tell me problem solved or not: @media only screen and (max-width: 600px){ ul.topmenu li:nth-child(2) a { font-size:11px !important; width:140px !important; right:50px !important; position:relative !important } } @media only screen and (max-width: 600px){ .mooc_header_wrapper h2#logo a img:nth-child(2){ display:none !important; } .mooc_header_wrapper h2#logo a img:nth-child(1){ width:130px !important; position:relative; right:25px !important; } } RefeR: https://prnt.sc/ty5lvm Thanks,August 12, 2020 at 9:19 am #282258titaswebwolfSpectatorThis reply has been marked as private.
-
AuthorPosts
- The topic ‘How i increase the footer text front size’ is closed to new replies.