Sam
(@soumendra)
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.
hey @soumendra
the mobile code doesn’t work, the last symbol : } is said to be a error and can’t save it.. ?greet John
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
Sam
(@soumendra)
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.
hey @soumendra
I tried both but they are not working.. im not sure whats going on with my site..
sorry greet John
Sam
(@soumendra)
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.