Home › Forums › All Other Themes › Marathon Theme: Why Choose Us Section
- This topic has 17 replies, 3 voices, and was last updated 1 day ago by
Sonal S Sinha.
-
AuthorPosts
-
July 8, 2025 at 11:51 pm #231260
Hello,
I want to make the icons centered when they are on top. They also appear to be italic, which I do not want either.
https://ibb.co/8nDKCbKK
https://payment.running4free.com/
Thanks
July 10, 2025 at 10:51 am #231272Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.skt-feature-box .elementor-image-box-wrapper { transform: none;} .skt-feature-box img { margin: 0 auto;}
Regards,
ChrisJuly 15, 2025 at 10:25 pm #231753Thanks, that worked. I just noticed that when I view the site on a cell phone, the home page banner cuts off right after the text. The button does not show up.
https://ibb.co/RTq9Nzfb
July 16, 2025 at 10:31 am #231756Hi.
Please use the CSS code below to fix the slider button issue.
@media screen and (max-width:479px) { .slider-main .nivo-caption { top:0 !important;} .slider-main .nivo-caption .slidedesc { line-height:18px;} .slider-main .nivo-caption .slidebtn { display:block !important;} .theme-default .nivoSlider img { height:310px; object-fit:cover;} }
Regards,
ChrisJuly 17, 2025 at 12:12 am #231805Thanks, the button now shows up, but when I scroll down, the graphic below it moves up and covers part of it.
July 17, 2025 at 10:26 am #231806Hi,
Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.
Regards,
ChrisJuly 22, 2025 at 1:09 am #231903This is what it looks like when it loads.
https://ibb.co/4w8gSN3s
As soon as you start to scroll up, it does this.
https://ibb.co/jZvtYJ3b
July 22, 2025 at 10:36 am #231907Hi,
Kindly use this CSS code.
@media screen and (max-width:767px) { .theme-default .nivoSlider img { height:340px !important; object-fit:cover;} }
Regards,
ChrisJuly 29, 2025 at 2:19 am #232328Thanks, I have one final issue. When viewed on a cell phone, the “Search Races” option in the Nav Bar Side (See Image) does not appear.
https://ibb.co/1fKnqx0K
On a cell phone.
https://ibb.co/G4JQTLn6
July 29, 2025 at 3:48 am #232329Francisco Rubén Jorquera Villarroel
ParticipantMember since: December 31, 2020- Topics: 49
- Replies: 114
- Total: 163
Hi, I’m a customer like you, but I think this one is easy to check. You’ll see there are some options in the custom links menu that allow you to display or hide the link on mobile devices.
You should review your menu. Regards.July 29, 2025 at 4:03 am #232330Francisco Rubén Jorquera Villarroel
ParticipantMember since: December 31, 2020- Topics: 49
- Replies: 114
- Total: 163
I think I’ve got it. That menu isn’t the main menu, but rather a header button that you can modify from the Elementor menu in the theme. If you select it, you should be able to uncheck the box that prevents it from opening on mobile, as that code doesn’t appear in the mobile version.
https://i53.servimg.com/u/f53/20/12/37/44/image88.png
The Header Button is in a separate label from the Mobile Menu, so to make it faster yourself, you can go to edit the page in Elementor, click on that element, and uncheck the box labeled “Do not show on mobile devices.”
Regards
July 29, 2025 at 10:59 am #232333Hi Langer,
Kindly use this CSS code to resolve your Search Races button issue.
@media screen and (max-width: 479px) { .header-button { display: block;} .logo img { margin: 30px 0 0 !important;} .header-button { float: right; margin-right: 0; width: 100%; text-align: center;} }
Regards,
ChrisJuly 31, 2025 at 8:52 pm #232416Thanks
August 1, 2025 at 10:28 am #232419🙂
August 19, 2025 at 6:15 am #232598I just noticed when I view search races on a cell phone, the left side gets cut off. How can I shift it a little to the right?
https://www.running4free.com/search-races/
https://ibb.co/N6Dt47R9
-
AuthorPosts
- You must be logged in to reply to this topic.