Kor
Forum Replies Created
-
AuthorPosts
-
Hi Vlad,
Here you go. Try the code below and see if it’s what you’re looking for.
.sd-common #primary-nav ul li a { max-height: 30px!important; min-height: 50px!important; line-height: 50px!important; } #primary-nav ul .sub-menu a { padding: 0px 0px 30px 20px; opacity:0.7!important; }Hi Joe,
Could you please try using this method from this post and see if it works?
https://wpgeodirectory.com/support/topic/gd-popular-categories-on-home-page/#post-395447
Thanks!
Hi Joe,
Yes, you can make it smaller by using this custom CSS
.single-gd_place .featured-img { background-size: contain!important; max-height: 350px!important; }Hi Vlad,
I’ve just checked your Website and I’m able to see the issue there. To fix this, you can try using this custom CSS code below and see if it’s what you are looking for.
#primary-nav ul .sub-menu .sub-menu { left: -350px!important; } #primary-nav ul .sub-menu a { width: 350px!important; }Hi Abel,
I’m still being blocked by your server firewall http://prntscr.com/gljfm1 . Could you temporary switch it off?
Thanks!
Hi Michel,
Thanks for your reply. Could you please try deactivating all non-gd plugins and see if it fixes the issue there?
Thanks!
Hi Ronak,
Please share the URL of the site in question so we can take a better look at it and also WP temp admin access to your site. You can post the details here using the private reply option below.
This reply has been marked as private.Hi Roberto,
Please share the URL of the site in question so we can take a better look at it and also WP temp admin access to your site. You can post the details here using the private reply option below.
Hi Scott,
Please try inserting this custom CSS into GD > Design > Scripts > Custom Style CSS
@media only screen and (max-width: 500px) { div#geodir_map_v3_home_map_5_cat { width:200px!important; height:200px!important; } }Hi Holly,
Sorry, I’m not getting this. Please share the URL of the site in question so we can take a better look at it and also WP temp admin access to your site. You can post the details here using the private reply option below.
Thanks!
Hi Stanley,
You can use the translation method to change that. Refer to this section of the documentation https://wpgeodirectory.com/docs/translate-core/
Thanks!
Hi Leanne,
Just checked with a developer and he mentioned that this isn’t something that is currently possible to achieve out of the box and it requires customization and I hope you understand.
Thanks!
Hi chordwise,
I’ve just inserted this custom CSS code below into Gd > Design > Scripts > Custom Style CSS to fix this.
.simplemodal-wrap .row{ margin-left: 0px!important; } #simplemodal-container .row input, #simplemodal-container .row textarea { width: 100%!important; }Hi joe,
Just checked that page and I think I know what you needed there. However, that’s how the theme works as it uses the “cover” background styling. But you can change it by using custom CSS. Could you please try inserting the custom CSS code into GD > Design > Scripts > Custom Style CSS and see if it’s what you’re looking for?
.single-gd_place .featured-img { background-size: contain!important; } -
AuthorPosts