Okay
  Public Ticket #3646173
button size
Closed

Comments

  • Jac started the conversation

    Hello, I have a question how to resize this button in menu? Photo in attachement

    Attached files:  resuze.png

  •  1,882
    Judith replied

    Hello Jac,

    Thank you for reaching out. My name is Judith, and I'm here to assist you from the Astra Support Team.

    Unfortunately, we don't have an option to resize the button on menu, however you can share your website URL so that we can write a possible css to adjust their sizes.

    I hope this proves helpful. Should you have any further questions or encounter any issues, please don't hesitate to reach out.

    Best regards,


  • Jac replied

    kancelariaexlege.prezentoza.pl


    and also I have a question why is it not in the center of page, in every option I make it in the center. Look at screenshot 

    Attached files:  IMG_7058.png

  •  8,858
    Tahir replied

    Hey Again,

    Try adjusting it in the Menu Options in here: https://themenectar.com/docs/salient/salient-menu-options/

    Thanks.


    ThemeNectar Support Team 

  • Jac replied

    can you tell me how I can center it when in every option is center? Photo in attachment 

    Attached files:  IMG_7065.png
      IMG_7066.png

  •  8,858
    Tahir replied

    Hey Again,

    Please provide the page URL so we can write up what's possible.


    Thanks.


    ThemeNectar Support Team 

  •  8,858
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (min-width: 1px) and (max-width: 999px) {
        #header-outer .row .col.span_9 {
            float: none !important;
            margin: auto !important;
            display: table !important;
            position: relative !important;
            top: -20px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • Jac replied

    Probably the text is still not in the middle.

  •  8,858
    Tahir replied

    Hey Again,

    Try reducing the font sizes using the New Responsive Typography Settings in here : 

    2321066868.pngClick on Image to View Larger

    .



    Best.


    ThemeNectar Support Team 

  • Jac replied

    Didn't help

  •  8,858
    Tahir replied

    You need to remove the Right Padding in the Text Block as its not making it center: 

    3519815918.png

    Thanks 


    ThemeNectar Support Team 

  • Jac replied

    How I can delete this?

  •  8,858
    Tahir replied

    You can remove it in here: 

    8561819198.png


    ThemeNectar Support Team 

  • Jac replied

    Thank you!