Hi, I have two issues:
– I have a google map with a marker on it, but the image marker is very little. The maximun size you offer is 80 x 80 px.
How can I make them to look bigger?
https://www.dropbox.com/s/tjiz3gfz0f7d7sd/Captura%20de%20pantalla%202017-09-06%20a%20las%2011.29.18.png?dl=0
– I need to separate grid rows and make spaces between them smaller. I´ve added a white separator but now spaces are too big. Although I put a negative number -50px, nothing happens.
Could you provide me a css to modify this on desktop?
https://www.dropbox.com/s/xgvub1ybeo52453/Captura%20de%20pantalla%202017-09-06%20a%20las%2012.29.46.png?dl=0
thank you!
Hey cipriana,
Please remove your code with negative margin and use this code
@media only screen and (min-width: 768px) {
#after_submenu .content {
padding-top: 20px;
padding-bottom: 20px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
HI, yes it worked! but no on first grid row under color section on that page. I´ve attached a screenshot here.
Thanks!
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-1138 #after_section_4 .container {
height:40px !important;
}
Best regards,
Rikard
Yes! thank you both!
I´ve already solved the other issue too.
Thanks!
Hi,
Glad that Rikard and Victoria helped you. Thanks for using Enfold :)
Best regards,
Nikko