Home › Forums › ThemesEYE Support › Sidebar navigation menu – Mobile Platform
- This topic has 8 replies, 2 voices, and was last updated 3 years, 5 months ago by support.
-
AuthorPosts
-
June 11, 2021 at 3:05 pm #56736shane.gillParticipant
On the mobile phone platform only I need to change the sidebar navigation menu colours, Both the texted and the box colour are black and blue by default….
menu box needs to be #005844 (green) and texted needs to be #fff (white)June 11, 2021 at 4:04 pm #56737shane.gillParticipantMultipurpose Ecommerce Pro
June 12, 2021 at 11:49 am #56738supportParticipantHi,
Could you please share your site url
Thank you
June 16, 2021 at 12:21 pm #56741shane.gillParticipantHi thank you for your help…
1.On the mobile phone platform only I need to change the sidebar navigation menu colours, Both the texted and the box colour are black and blue by default….
menu box needs to be #005844 (green) and texted needs to be #fff (white)
2.having a issue with word splitting not word wrapping ….on example page A LITTLE BIT ABOUT US… especially on mobile platform but also on the computer.
3.On mobile platform the search bar is over the cart icon can this be adjusted.June 17, 2021 at 11:28 am #56746supportParticipantHi,
1.On the mobile phone platform only I need to change the sidebar navigation menu colours, Both the texted and the box colour are black and blue by default….
menu box needs to be #005844 (green) and texted needs to be #fff (white)Reply: Please add the below CSS to change the colors. To add CSS follow the steps below
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it>> Publish.
@media screen and (max-width: 1024px){
.sidenav {
background-color: #005844;
}
.nav ul li a {
color: #ffffff !important;
}
}2.having a issue with word splitting not word wrapping ….on example page A LITTLE BIT ABOUT US… especially on mobile platform but also on the computer.
Reply: Could you please elaborate with the help of screenshots
3.On mobile platform the search bar is over the cart icon can this be adjusted.
Reply: Please add the below CSS to reduce the size of the search. To add CSS follow the steps below
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it>> Publish.
@media screen and (min-width: 320px) and (max-width: 425px){
.sb-search {
width: 65%;
}
}Thank you
June 19, 2021 at 4:46 pm #56755shane.gillParticipantHi Thank you again for your help great service….
WITH REF TO THE WORD SPLITTING…
2.having a issue with word splitting not word wrapping ….on example page A LITTLE BIT ABOUT US… especially on mobile platform but also on the computer.Reply: Could you please elaborate with the help of screenshots
https://wildatlanticaromas.ie/delivery-returns/
you can see it on this page on the link above…right hand margins buts it on ever page and worse on the mobile platform.
It ok on the wordpress editing page only on the main website page is the problem.Thank you
June 21, 2021 at 10:04 am #56756supportParticipantHi,
Could you please add the following CSS to disable the word break. To add CSS follow the steps below
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.
div#content-box p {
word-break: keep-all;
}Thank you
June 21, 2021 at 3:29 pm #56760shane.gillParticipantBrilliant Thank you.
June 22, 2021 at 11:11 am #56764supportParticipantYou are welcome
-
AuthorPosts
- You must be logged in to reply to this topic.