Tagged: x
-
AuthorPosts
-
June 30, 2016 at 9:24 pm #1067808
[email protected]ParticipantHello,
Id like to know how to make all the images on my menu the same size. Right now I have three images for each category of my menu and would like them all to be the same size.
Here is mu url : http://www.alaseraesthetics.com
Thanks for the help
July 1, 2016 at 12:21 am #1067969
Rue NelModeratorHi There,
Thanks for writing in! At the moment, all of your three images is not of the same height. You have have uploaded or use images with the same height. With your current setup, we can add this little css to control the height of these images. please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-megamenu .menu-item img { max-height: 160px; display: block; }
We would loved to know if this has work for you. Thank you.
July 1, 2016 at 1:56 pm #1068717
[email protected]ParticipantYes this worked great! However, is there any way I can alter the width of the images or possibly the spacing between them?
Thanks so much for the help! Greatly appreciated!
July 1, 2016 at 2:17 pm #1068743
[email protected]ParticipantAlso quick of topic question, how can i change in the footer where i have it set to “Powered By TLS Systems”, to make the font white to match rest of footer? Thanks so much again, best support offered by any theme hands down.
July 1, 2016 at 2:36 pm #1068758
JoaoModeratorHi There
You can add the following code to Appereance CUstomizer CUstom CSS
.x-colophon.bottom .x-colophon-content p , .x-colophon.bottom .x-colophon-content a { margin: 0; color: white; font-size: 13px; }Hope it helps
Joao
July 5, 2016 at 4:44 pm #1073710
[email protected]ParticipantOkay thanks, any help with the width of menu images?
Thanks again Jack
July 5, 2016 at 4:52 pm #1073719
[email protected]ParticipantPlease view my url and look and the menu, Id like to be able to center all images in each menu column, it is all under services tab
Thanks again Jack
July 6, 2016 at 12:29 am #1074209
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
.sub-menu a span img { width: 50%; margin: 0 auto; }Hope that helps.
July 6, 2016 at 4:35 pm #1075410
[email protected]ParticipantThank you, it still did not completely work however. Is there any type of CSS I could add to manipulate all the images to be exactly the same size with in the menu?
July 6, 2016 at 10:12 pm #1075841
RadModeratorHi there,
Which side? Width or height? When you change any side’s size, the other one will respond. Example, you may able to make the width uniform, but the height isn’t. Unless, you stretch it.
.x-megamenu .menu-item img { max-height: 100%; display: block; min-width: 100%; }This one will stretch it,
.x-megamenu .menu-item img { max-height: 130px; display: block; min-width: 100%; }Thanks!
July 9, 2016 at 1:40 pm #1079481
[email protected]ParticipantThis worked flawlessly, thanks so much guys you are the best !!!!!!
July 10, 2016 at 12:59 am #1079900
Rue NelModeratorYou’re welcome! We’re happy to help you out.
If you need anything else we can help you with, don’t hesitate to open another thread. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1067808 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
