Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,883
- Last Active
- Roles
- Administrator
Comments
-
Such option does not exist unfortunately. So or you decrease all fonts on mobile or none of them. We can not split this feature on different sections and features because it won't be possible.
-
Hi, this requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer. Thanks for understanding!
-
We tried both. That's why would be great if you can show us the difference on 2 different screenshots.
-
Please use below css instead of what we gave you previously and then check:@media only screen and (min-width: 768px){ .team_list .column { width: 16% !important; } .team_list .one-second.column { width: 76 % !important; } }
-
Ok. So to change it's size and color, please use the following css:#Subheader .title { font-size: 30px !important; color: #000 !important; }
-
Use:.list_item .list_right h4 { color: #FFF !important; }
-
Hi, you forgot to hide Top Bar Right section under Theme options > Header & Subheader > Header section and that's why you got this empty space.
-
To remove just this area, you need to use:@media only screen and (max-width: 1024px) { body:not(.template-slider):not(.header-simple) #Header { min-height: 0 !important; } }
-
Hi, there is an option for that. It's called Responsive Menu Initial width and is under Theme options > Responsive section.
-
If you want to center this button on mobile, you should set Center for Top Bar Icons under Theme options > Responsive section.
-
As we see, this footer was made with widgets and can be edited under Appearance > Widgets section only.
-
On the demo you refer to, we do not use Decrease Fonts option what you use on your site.
-
We gave it to you already. It's color attribute.
-
Hi, This is how Share Box was designed. But if you want you can add it yourself. More details about it you can read on http://forum.muffingroup.com/betheme/discussion/206/add-google-to-the-share-box
-
Hi, VC plugin is incompatible with some Muffin Builder items (specially sliders). This is the reason why you don't have this item included. Thanks!
-
If you got "Resource Limit is Reached" you need to contact with your admin because it's server's issue.
-
1. You have too many menu items in header and that's why they do not align with logo. What you need to do is to decrease padding between menu items with the following css:@media only screen and (min-width: 1240px) { #Top_bar .menu > li > a…
-
Yes, send us private message.
-
To change menu style, you need to play with available styles under Theme options > Menu & Action Bar > Menu section.
-
Hi, can you explain what you mean exactly?
-
1. This is how header works on mobile exactly. You can not display background image in this section, because it's not big enough and the image won't appear. If you want to change top bar background on mobile, you can do this with extra css only:@med…
-
We are very happy to hear that :)
-
Hi, all details about setting up mega menu, you can find on http://themes.muffingroup.com/betheme/documentation/#menu - if something won't be clear, please let us know what exactly is not clear enough. Thanks!
-
If you would like to build simple site like http://www.ecis.ie/ you shouldn't buy this theme. Have you seen such layout anywhere? You can not buy theme like this one and come to us and tell us to customize your site for your needs because this is no…
-
You are welcome ;)
-
Hi, so you want the icon to be a popup when you click on it? If that's what you mean, you can try to use the following solution:<a href="#" class="prettyphoto"><i class="icon-name"></i></a>
-
You are welcome :)
-
If you want to remove our responsive menu only, then you need to use the following css instead:#Top_bar a.responsive-menu-toggle { display: none !important; } BTW Above css works fine of course because already removed menu items from desktop versio…
-
Sorry, you're right. We did a mistake. Instead of above css, you should use:body:not(.home) #Top_bar .menu > li > a span:not(.description) { color: #000 !important; } body:not(.home) #Top_bar:not .menu > li > a:hover span:not(.descriptio…
-
So to change sticky transparency, use:.sticky-dark #Top_bar.is-sticky { background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; }