shellp27
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] Mobile Menu not showing properlyI did clear the cache. Still showing center aligned. I am on an old ipad though so might have something to do with that. I did see on a newer ipad it works fine. Thanks!
Forum: Themes and Templates
In reply to: [evolve] Mobile Menu not showing properlyThanks this worked, but the drop down menu on mobile is still center aligned. Is that fixable? Here is the css I have below. Thanks for your awesome help.
@media only screen and (min-device-width : 768px) {
.title-container {
display: none;
}
}@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
{
#wrapper .dd-container .dd-selected-text span:before {
position: relative;
top:0px;
padding: 0px;
margin: 0px;
font-family: FontAwesome;
content: “f0c9”;
}
}.link-effect a:hover span, .link-effect a:focus span {
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
@media only screen and (max-width : 768px) {
#wrapper .dd-container .dd-selected-text {
margin-top: 0px;
text-align: left !important;
display: block !important;
max-width: 39px !important;
}#logo-image {
text-align: left !important;
display: block;
}
}Forum: Themes and Templates
In reply to: [evolve] Mobile Menu not showing properlyThis is very helpful thank you! With this code can you refer how to left align the logo and the menu? Instead of center align?
It’s saving but not showing the right color on the front end.