nicen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding a Map in my page to show our locations(office)Thanks Steven for your quick response!
I have tried more than one but the only problem is that I cannot use my map image. The plugin displays a picture closer to Google map view which something I don’t want.
Do you know a plugin that allows me to use my picture.
Forum: Themes and Templates
In reply to: [Astra] How to remove the mobile drop down menuThanks a lot that is working!
Forum: Themes and Templates
In reply to: [Astra] How to remove the mobile drop down menuHi Aldinapining
Thanks for sharing this with me but unfortunately that didn’t work. Any other suggestions.
Forum: Fixing WordPress
In reply to: How to remove divider from mobile drop down menuHi
Any ideas how to do that.Thanks
Forum: Fixing WordPress
In reply to: How to remove divider from mobile drop down menuAny ideas how to do that. Please help.
Forum: Fixing WordPress
In reply to: How to remove divider from mobile drop down menuHi Ross
Thanks for your reply.
I have tried that but it didn’t work for me.
This is the code that I have added to Additional CSS section:
.main-navigation ul li a {
padding-right: 28 px;
}.main-navigation ul li:not(:last-child) a:after {
content: “|”;
position: relative;
left: 15px;
float: inherit;
margin-top: 1px;
}