Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #851127

    Akhil
    Participant

    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,
    Akhil

    #851130

    Akhil
    Participant
    This reply has been marked as private.
    #851355

    Rupok
    Member

    Hi 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!

    #851403

    Akhil
    Participant

    Its on the About us page. The right margin looks huge. Is it just me that can see that? The other sidebar menus look fine.

    #851409

    Akhil
    Participant

    I’ve added a negative margin to try and fix it for the time being.

    #851707

    Jade
    Moderator

    Hi Akhil,

    Please try this code in the CSS customizer:

    .page .x-main {
        width: 72%;
    }
    #852148

    Akhil
    Participant

    Didn’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.

    #852165

    Zeshan
    Member

    Hi 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!

    #852200

    Akhil
    Participant

    No worries chaps. Thanks and have a good Easter!

    #852216

    Paul R
    Moderator

    You’re welcome! 🙂