Font Size on Responsive view
Hi
I want to increase font size in responsive view. I have tried custom css but its not working.
@media only screen and (max-width: 479px){
.h4 {
font-size: 17px !important;
line-height: 26px !important;
}}
@media only screen and (max-width: 767px) and (min-width: 300px){
.h1 {
font-size: 27px !important;
line-height: 35px !important;
}}
@media only screen and (max-width: 767px) and (min-width: 300px){
.p {
font-size: 15px !important;
line-height: 24px !important;
}}
Comments
I want to increase font size in responsive view.
Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
thanks
You guys are awesome
About menu option not activate on my website.
I have passed ID #About. it works fine when i clicked on about menu but not work on scroll page.
1. Go to menus and create a new menu - http://prnt.sc/f2v9he
2. Name the menu and add a custom link with the ID anchor you will use later(do not use spaces). Add to menu -http://prnt.sc/f2v9th
3. When the menu item is added to the menu, save and go to Manage Locations -http://prnt.sc/f2vafb
4. You go to your main page, you see the new link but when you click nothing happens? No worries, it is because the link has to know where to scroll, to do this edit the page. -http://prnt.sc/f2vc36
5. Edit the section to which you want the button to scroll -http://prnt.sc/f2vcho
6. In the field Custom ID type in the id from the button, in my case, it was id=work, no hashtag there -http://prnt.sc/f2vgaz
7. Remember to have the one-page option selected under the muffinbuiler -http://prnt.sc/f2vcm7
If you do not want to use a normal menu to link the user to sections, you need to add a 'scroll' class to the custom link element.