Align Menu with Button
-
Hello!
I need to align the menu with a button.
I was able to find out where it does this in the Google fo inspect, but I do not know where the code inside Wordress is.
What I need to change is line-height.
Image in the links below:1 – https://prnt.sc/l5nuvv
2 – https://prnt.sc/l5nv3hThanks!
-
Please provide a link to a page on your site where we can see this. Thanks.
Thanks for the feedback.
The link is http://www.ajeitosuamusica.com.br/
Thanks.-
This reply was modified 7 years, 8 months ago by
Steven Stern (sterndata). Reason: replaced goo.gl link
More or less:
li#menu-item-2008 a { padding-top: 6px; }You may want to play with that padding value.
To add or override CSS: use the “Additional CSS” option in the customizer. https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress
Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.
Wow …
It worked, thank you.I tried to follow the same reasoning for another item in the footer of the site and it did not work.
I want to align it along with the text.Image – https://prnt.sc/l5ohq1
Thanks!
img.alignright.size-full.wp-image-1891 { margin-top: -5px; }To add or override CSS: use the “Additional CSS” option in the customizer. https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress
Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.
If you have additional theme related questions: You’re using a commercial theme/plugin, so please use their official support channel. We feel they are best equipped to support their products.
https://www.optimizepress.com/
Commercial products are not supported in these forums. .
Very good.
Now I’ve begun to understand how it works.
Thank you very much. -
This reply was modified 7 years, 8 months ago by
The topic ‘Align Menu with Button’ is closed to new replies.