Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1875500
Mobile sticky menu icons padding
Closed

Comments

  • kaystie started the conversation

    Hi!

    How can I add some padding between screen edges and sticky menu icons such as hamburger and search?

    Thanks in advance for helping out, cheers!

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 479px){
    #navigation {
        padding-left: 20px;
        padding-right: 20px;
    }
    }
    

    Change values 20 to values as you want.

    Also, I see you asked us very and very much questions related with customization.

    Please note that the support for all themes on Envato Market doesn't include customization - you can check here. So, we will doesn't provide support for customization questions from you anymore. We can't provide support for all 16k+ customers use this themeĀ like that. Hope you can understand it.


    Best Regards,

    PenciDesign

  • kaystie replied

    Thanks! Can I take a look at the whole listĀ of CSS elements and their properties so that I can try solving my problem myself the next time?

  •  2,699
    PenciDesign replied

    Hi,

    That's too much and I can't list all that. Also, you can't do that if you don't know about the codes.


    Best Regards,

    PenciDesign

  • kaystie replied

    Acknowledged, thank you.