• hi, this template is mobile responsive. but when I look at my page I still see a little bit of tekst not shown and I need to manually adjust so I can see all the letters. (see page) how can I get the page shown so every word is seen?
    thanks in advance
    gr.
    john

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @johnhendriks,

    Hope you are doing well today.

    You need to add this CSS to your Custom CSS/ Additional CSS for adjusting that:

    @media screen and (max-width: 770px){
    .blog_single_post {
        width: 96%;
        margin-right: 2%;
        margin-left: 2%;
    }

    Hope that helps.

    Thank you.

    Thread Starter johnhendriks

    (@johnhendriks)

    hey @soumendra
    the mobile code doesn’t work, the last symbol : } is said to be a error and can’t save it.. ?greet John

    Thread Starter johnhendriks

    (@johnhendriks)

    Also when I hover over the menu I want it to have it green instead of red, can you help me with that to? thanks in advance.
    greet.
    john

    Hello @johnhendriks,

    Sorry for the typo above you need to replace that code with this for a better result:

    @media screen and (max-width: 770px){
    .blog_single_post {
        width: 96%;
        margin-right: 2%;
        margin-left: 2%;
    }}

    If still facing issue then add “!important” after every code like this
    “width: 96% !important;”

    For adjusting the menu hover color you can try adding this CSS:

    .navbar .nav > li > a:hover {
        background: #6EBB25 !important;
    }

    Hope that helps.

    Thank you.

    Thread Starter johnhendriks

    (@johnhendriks)

    hey @soumendra
    I tried both but they are not working.. im not sure whats going on with my site..
    sorry greet John

    Hello,

    It seems you are using a caching plugin in your site. Can you please deactivating all the plugins and check that again to see if that fixes the issue for you.

    Hope that helps.

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘mobile screen page’ is closed to new replies.