Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,938
- Last Active
- Roles
- Administrator
Comments
-
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; }
-
Hi, no, this is not possible. You can change them with custom css only.
-
Hi, you can sort it with the following css:.align_right .list_item .list_left { float: right; } .align_right .list_item .list_right { margin-left: 0; margin-right: 100px; }
-
You can do this under Theme options > Header & Subheader > Extras section. It's Action Button.
-
You're welcome!
-
As we see, this path is under Theme options > Custom CSS & JS > Custom CSS section but it does not affect footer at all.
-
For that, you can use Text widget with custom link code inside. This is how you can do it.