-
AuthorPosts
-
October 14, 2014 at 4:46 pm #335649
Hi,
with the new update i can change the separator options like the icon. How can i make the icon bigger?
Thanks Simon
October 18, 2014 at 4:34 am #337579Hey Simon!
Try adding this code to the Quick CSS:
span.av-seperator-icon { font-size: 24px; }
Cheers!
JosueOctober 20, 2014 at 10:51 am #338253Allright Josue,
and what if i want just one specific icon to be bigger?
Thanks Simon
October 20, 2014 at 3:33 pm #338387Hi!
Enable this, set a custom class (ex: “custom-class”) to the separator you want to affect and change the code accordingly:
.custom-class span.av-seperator-icon { font-size: 24px; }
Cheers!
JosueMarch 5, 2016 at 12:13 pm #593706I increased the size of one icon, but now the lower part of the icon is cut off from display. Is there a way to show the whole icon and possibly reduce the padding either side of it?
March 6, 2016 at 12:16 am #593815Hey!
Try adding this code to the Quick CSS:
#top .hr-custom{ min-height: 36px; }
Cheers!
JosueMarch 6, 2016 at 3:08 pm #593938thanks :)
March 6, 2016 at 6:13 pm #593960You are welcome, glad to help :)
Regards,
JosueMarch 8, 2016 at 10:23 am #594916only problem I have seen now is that on tablet & phone view, the top of the chefs hat icon is still getting clipped off. Looks fine on Desktop view.
Weird thing is, if I use Developer tool in Chrome or Safari to emulate iPad or iPhone they both show fine on screen, but if I use an actual device the icon shows as clipped at the top. Any ideas?
Also, how to I reduce the padding either side of the icon? There appears to be some invisible vertical line or something either side. I would Ideally like the separator lines either side of the icon to extend closer toward the icon, like the others I have on the page.March 8, 2016 at 11:41 am #594944Hey!
Could be cache, try refreshing a few times, here’s what i get on iOS – http://screencast.com/t/lP2EP7kwD
Regards,
JosueMarch 8, 2016 at 12:04 pm #594955That’s really weird, I have tried to clear cache and refreshed several times and still see the same thing with a clipped off top of the hat. Can’t argue with what you see though from your screen shot. Guess I’ll have to live with knowing that others see something other than me….
UPDATE: just checked on a friends iPad and they are seeing the same clipped icon, so it seems you are the only one able to view the icon in total.
- This reply was modified 8 years, 8 months ago by craigriches.
March 12, 2016 at 8:25 am #597164Hi!
I can’t reproduce the issue as well. Could you please provide a screenshot? And may I suggest a little tweak to the css code. This is for the “Ontap” menu:
.html_header_top.html_bottom_nav_header #top #header .av-main-nav>li>a:before { background-repeat: no-repeat; content: ''; height: 77px; display: inline-block; float: left; width: 100%; } .html_header_top.html_bottom_nav_header #top #header .av-main-nav>li.on-tap>a:before { background-image: url('../images/icons/drop.svg?1452678688'); background-position: 50% 100%; background-size: contain; }
Previous css declaration is pointed to all li’s link tag.
Best regards,
IsmaelMarch 12, 2016 at 10:40 am #597180Hi Ismael
regarding screenshots, see my link in Private Content of iPad taken todayI will advise our developer of your suggestion for the CSS mod for the “OnTap” menu, as what you mention is a bit too “tech” for me :)
March 16, 2016 at 7:08 pm #599124Hey!
hm I checked your website on http://ipadpeek.com/ and it seems to work totally fine for me. If we can’t reproduce the issue, then it will be very difficult to help.
Best regards,
AndyMarch 16, 2016 at 8:28 pm #599182Hi Andy, emulation is not the issue, because I can do the same using developer modes and not see the problem. Try using an “actual” device rather than an emulator/developer mode such as a real iPad or iPhone or Android device and let me know what you see. I and several other people have used a real tablet or phone and can all report the issue I refer to. The screen shot I took was taken from capture on the iPad itself not from within an app or browser emulation.
March 18, 2016 at 1:35 pm #600271Hi!
Alright. I was able to reproduce the issue. Please add this in the Quick CSS field:
@media only screen and (max-width: 767px) { .responsive #top .flex_column_table, .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { display: block !important; } }
Best regards,
IsmaelMarch 18, 2016 at 5:24 pm #600431Yay! I was beginning to think I was going mad. :)
Thanks for the suggestion, I will try it out.
March 18, 2016 at 5:29 pm #600442Sad to report, code applied, but still no change. :(
I have removed it again now, because when applied it caused the “Contact” item in the Menu Header to disappear.- This reply was modified 8 years, 8 months ago by craigriches.
March 25, 2016 at 6:03 am #603557Hey!
I can only reproduce the issue when the mobile menu is already visible. Could you please provide a screenshot of the issue? Or try to force the mobile menu to display earlier. Set the Enfold > Header > Mobile Menu > Header Mobile Menu activation to the second option.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.