Forum Replies Created
-
AuthorPosts
-
I have an old version of the theme. I will try adding this:
@media only screen and (max-width: 767px) {
.boxed #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ }
}January 31, 2016 at 11:58 pm in reply to: Change color in Sidebar extend to bottom of sidebar in chrome #575462Hi,
Thanks for the suggestion. I found a typo in my style sheet and by tweaking the percentage in background:-webkit-linear-gradient(right, red 29.5%, white 0%); it fixed the chrome issue without affecting other current browsers.
For IE9, I am trying to use -ms-filter: “progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=red, endColorstr=red)”; but I am unable to find how to add precentages to this css statement. Is it possible?
January 29, 2016 at 5:05 pm in reply to: Change color in Sidebar extend to bottom of sidebar in chrome #574670Hi,
Thank you for your good suggestion.
I tried to target Chrome explicitly, changing background:-webkit-linear-gradient(right, red 29.5%, white 0%); which will fix Chrome, but breaks other browsers such as Firefox. I think Firefox no longer uses -moz-linear-gradient, but instead uses -webkit-linear-gradient. There appears to be a bug in Chrome (sometimes referred to as ” gradient blurring” or “gradient percentage bug”. Is there another way to make the sidebar extend to bottom of page with the background color other than using gradient CSS?
September 23, 2015 at 6:14 pm in reply to: Add transparency to menu drop down including mega menu #508034URL
September 13, 2015 at 2:33 am in reply to: Change color in Sidebar extend to bottom of sidebar in internet explorer #502192Hi,
Thanks for the help. I have added background: -ms-linear-gradient(right, red 29.5%, white 0%);
for IE Internet Explorer to the above suggestion in post https://kriesi.at/support/topic/color-change-in-sidebar/#post-245767 and it worked.August 4, 2015 at 4:14 pm in reply to: Unable to change hover font color on main menu, current menu item #482786I have included a link to a screenshot.
July 31, 2015 at 5:14 pm in reply to: Unable to change hover font color on main menu, current menu item #481485Still too much blue above the menu text. I like the positioning of everything as it is, but want just a little bit of blue background above the menu item when hovering over it.
Thanks! Works perfectly!
Thanks for your reply.
Thanks! Works perfectly!
July 30, 2015 at 11:48 pm in reply to: Unable to change hover font color on main menu, current menu item #481002Hey! Thanks for your reply. What I actually want is to have the background color of the main menu on hover to not extend so high above the top of the main menu text, and keep the current size of the header.
Thanks. That does work, though not optimal because the content may change. I will go with it for now.
Yes, that fixed it! Thanks again!
There appears to be a side effect of the CSS change. Now the contact form shows a little text field just above the first text field and it overlaps the label.
Thanks! That fixed it.
July 10, 2015 at 8:25 pm in reply to: Unable to change hover font color on main menu, current menu item #471713Hi Rikard,
I went to advanced styling and changed the Main Menu Links and background colors and it worked. Afterwards, I was able to add to quick css bottom border styling. Is it possible to reduce the top part of the main menu container so that the background color does not extend as high, while leaving the position of the main menu text where it currently is?
Best regards,
Dan
-
AuthorPosts