Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,936
- Last Active
- Roles
- Administrator
Comments
-
Hi, yes, it is possible. Just turn on Boxed to Full Width option under Theme options > Responsive section.
-
You're welcome ;)
-
Hi, there is 2 different places where logos are: Theme options > Global > Logo and Theme options > Responsive sections.
-
You're welcome!
-
Hi, this scroll is called Nice Scroll. If you don't like it's speed you can change it or disable under Theme options > Addons & Plugins > Addons section.
-
Hi, no, it's not because Muffin Builder and of course BeTheme is compatible with WPML plugin. More details about compatibility between wpml and theme you can check on https://wpml.org/theme/betheme/ (compatibility was tested by wpml authors as well…
-
No problem.
-
Hi, we do not have such list. If you want to check what sizes we used on our demo, you must check images manually on site. Or if you prefer, check images sizes under functions/theme-functions.php file.
-
We did checked this slider already and we are sure it's 1000000% fine! So the problem is somewhere on your end for sure. What we may suggest is: - re-install slider files via FTP (remove old files and upload the newest one from package). All plugin…
-
You used different images sizes and that's why all images are different. If you want to get same sizes as we have on our demo, all images must be the same size.
-
This is what you did exactly and this has nothing to theme. As you can see on http://pasteboard.co/2wWm0iAv.png (left/bottom corner) the link is profile/#about. We have no idea how you did it and where but first time we see something like that. And …
-
Hi, please send us link where you got this icon so we can have a look on it first.
-
Hi, we are sorry but it's not possible to change it's position. What you ask for 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 w…
-
If you want to use same footer on all pages, you must remove the following css from Theme options > Custom CSS & JS > Custom CSS section first. After that, you must set own copyright under Theme options > Footer section. Please notice t…
-
We don't know because you still did not provided link to your site and we can not have a look on it.
-
@tonytreacy Any link to page where you used above css and it does not work?
-
We did checked this images but to be honest we do not see anything wrong there. This is how FULL HD images resize on bigger screens and there is nothing what you can do to change this behave unfortunately.
-
Ok. So to remove featured image from single portfolio pages, please use the following css:.single-portfolio .single-photo-wrapper.image { display: none !important; }
-
You're welcome! ;)
-
Hi Matt, to increase header's background height, you must use extra css:body:not(.template-slider) #Header { min-height: 500px !important; }
-
You're welcome ;)
-
To change it's color, please use the following code:#Subheader .title { color: #000 !important; } But in reference to changing it's title, please send us link to page where you changed this title so we can have a look on it.
-
You're welcome ;)
-
Hi, this margin comes from Custom CSS section. The following css is responsible for this space:/* Home margins */ .tuning_portfolio, .tuning_map { margin-top: 70px !important; }
-
You're welcome!
-
Hi, some of your words in sub-menu are too long and that's text overflow out of the box. What you need to do is increase it's width with the following css:#Top_bar .menu li ul li { width: 230px !important; }
-
You're welcome!
-
Hi, 1. This is header's background. If you don't use it, just activate Minimalist header under Theme options > Header & Subheader > Header section. 2. To remove footer widgets completely, please use the following css:#Footer .widgets_wra…
-
Hi, this is possible with Magazine header type only. This header got possibility to use banner in header on the right side what you can see one one of our pre-made layouts like http://themes.muffingroup.com/be/charity2/ In reference to 2nd questio…
-
To move header up, you must use:.header-transparent.ab-hide #Top_bar { top: 0 !important; }