Tagged: x
-
AuthorPosts
-
March 24, 2016 at 10:24 am #851127
Hi Guys and Girls,
I’m having an issue with the sidebar menus on one of my pages. It looks really squashed up. Any idea what I can do to fix it?
Site link: http://sandbox.thecentrefortalentanalytics.com/about-us
Thanks,
AkhilMarch 24, 2016 at 10:25 am #851130This reply has been marked as private.March 24, 2016 at 1:32 pm #851355Hi there,
Thanks for writing in! It seems fine to me so not sure what’s you issue and what you are trying to accomplish here. Do you want to decrease the left spacing? In that case you can add this under Custom > CSS in the Customizer.
.widget_categories ul li li a, .widget_product_categories ul li li a, .widget_nav_menu ul li li a, .widget_pages ul li li a { margin-left: 25px; }
25px is the default value, so you need to change this to decrease this.
If you have other concern then clarify properly.
Cheers!
March 24, 2016 at 2:03 pm #851403Its on the About us page. The right margin looks huge. Is it just me that can see that? The other sidebar menus look fine.
March 24, 2016 at 2:07 pm #851409I’ve added a negative margin to try and fix it for the time being.
March 24, 2016 at 6:23 pm #851707Hi Akhil,
Please try this code in the CSS customizer:
.page .x-main { width: 72%; }
March 25, 2016 at 3:54 am #852148Didn’t help if I removed the negative margin.
Doesn’t matter, the negative margin fixed it for now.
Another query, how do I change the size of the google map marker image that I’ve uploaded? I’ve tried uploading a smaller one but it doesn’t make a difference.
March 25, 2016 at 4:17 am #852165Hi Akhil,
There is no option to set marker image from the backend. You can simply upload the image of the size you want to show it in. For example, if you want to show the marker of 50×50 pixels, your image size should be 50×50 pixels.
Thank you!
March 25, 2016 at 4:41 am #852200No worries chaps. Thanks and have a good Easter!
March 25, 2016 at 5:04 am #852216You’re welcome! 🙂
-
AuthorPosts