
-
AuthorPosts
-
March 13, 2025 at 11:23 am #1479227
Hi, please can you assist with the following:-
1. My footer and menu text have suddenly become bold – I don’t want any of the menu or footer text bold.
2. Also how do I get the footer columns to be an equal distance from each other or more balanced.
3. I have added custom CSS in general styling to increase the small menu bar at the top and to increase the WhatsApp contact number
, and it worked beautifully on both laptop and mobile but then reverted to small on laptop and larger screens only. The mobile still looks perfect. Please check why this has happened.I added this CSS:
#header_meta {
min-height: 60px;
}#header_meta .phone-info {
line-height: 60px;
font-size: 18px;
}4. Please assist with the font colors on contact form 7 – it is driving me crazy, nothing suggested online works
PS: I have another thread asking for assistance with the buttons over images that I have set to be centred. They are showing centred on the larger screens but not on mobile.
Please can you assist urgently with this.
Thank you
March 14, 2025 at 6:16 am #1479306Hey M-Graphics24,
Thank you for the inquiry.
1.) The footer menu doesn’t look bold when we checked. Did you figure this out?
2.) The footer columns have the same size (29% of the parent container) and is equally spaced — 6% left margin.
3.) One of the css media queries was not closed properly. We corrected the css code.
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelMarch 14, 2025 at 7:22 am #1479311Hi Ismael
Thank you so much. I looked this morning and everything is at it should be. The bold has gone and the footer spacing is now as it should be (very strange). Is it possible that the unclosed CSS could have caused the issue? Anyway, super grateful that it is all good.
The only query now open is the query regarding the buttons over images on mobile view. Please can you advise the CSS to assist with centering the buttons in the image area. I don’t want them at the top. Hope this makes sense.
Regards
MerleMarch 14, 2025 at 7:38 am #1479314Hi!
Glad to know that most of the issues were fixed. Regarding the buttons, please edit the cells containing the columns, apply “av-portfolio-button-lp” in the Advanced > Developer Settings > Custom CSS Class field, then add this css code:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all .av-flex-cells .av-portfolio-button-lp { display: flex; justify-content: center; align-items: center; } }
Let us know the result.
Best regards,
IsmaelMarch 14, 2025 at 8:04 am #1479322Hi Ismael
Thank you so much for this. I missed the reply on my other thread. Sorry, but I am not 100% sure – please confirm what I enter in here /* Add your Mobile Styles here */
March 14, 2025 at 7:36 pm #1479359 -
AuthorPosts
- You must be logged in to reply to this topic.