Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,883
- Last Active
- Roles
- Administrator
Comments
-
You are welcome ;)
-
You can do this with the following css:#Top_bar a.responsive-menu-toggle { top: -8px !important; }
-
Great :) We are glad to hear that all works fine now :)
-
You are welcome ;)
-
We think that the main problem is with communication because your English is not good. We are not sure that is exactly happening. Maybe would be much better if you can explain on screenshot what is happening exactly on your site? To send us screensh…
-
Sorry but we don't get your language. If the 1st option on screenshot is Top Bar Right / Hide, then you should turn this option ON. This must work. If it does not work, it means the problem is related with cache or other extra plugins on your side. …
-
Hi, as far as we know, Revolution Slider plugin does not have such option included. Thanks!
-
Hi, all suggestions should be posted on http://forum.muffingroup.com/betheme/discussion/113/your-suggestions-for-future-updates P.S. At this moment, we have over 300 points on "to do" list so you understand that this make time when we wo…
-
We asked for settings, not the site as we saw it. Did you done what we mentioned above?
-
But this is how font is rendered by browser. Are you saying that both fonts that you presented on screenshots comes from the same site? If that's what you mean, please send us link to this page so we can compare them both.
-
Sorry but we are not server experts so we can not advice anything unfortunately.
-
It would be possible with Image item.
-
1. At this moment, we got 300 features on "to do" list. So when we finish current list, we may consider this request. 2. If current one is boring for you, then you need to play with custom css because we do not have any sidebar configurat…
-
Hi, this is the image that we added into Column item what you can see on http://pasteboard.co/1oL2xYpz.png
-
What you tried exactly and where the problem is?
-
Hi, please send us link to page so we can have a look on it.
-
The image you sent above, does not work. To send us image online, you can use any online tool like http://pasteboard.co/
-
Hi, to center social icons in action bar, you need to use extra css:#Action_bar .social { float: none !important; text-align: center !important; }
-
Ok. So to move this menu up, you need to use extra css:.menuo-right #Top_bar:not(.is-sticky) .menu > li > ul.mfn-megamenu { margin-top: -40px !important; }
-
You are welcome ;)
-
Hi, looks like it's header bg section. You can remove it by activation Minimalist header option under Theme options > Header & Subheader > Header section. Thanks!
-
You are welcome ;)
-
Hi, you need to play with includes/header-top-area.php or header.php files. Both are responsible for header. Thanks!
-
Hi, to remove this space, you need to deactivate "Right Top Bar" option under Theme options > Header & Subheader > Header section.
-
Hi @saint181, to move the menu items down, you need to use extra css:#Top_bar .menu_wrapper { margin-top: 50px !important; }
-
You got subheader activated under Theme options > Header & Subheader > Subheader section and that's why it looks different.
-
Hi, you need to check Search Engine Visibility option under Settings > Reading section.
-
You can move this line to the bottom with the following extra css only:.menu-line-below-80-1 #Top_bar:not(.is-sticky) .menu > li > a::after { top: 100% !important; }
-
You can change it's color with the following css:#Top_bar .menu > li a::after { background: #000 !important; }
-
Hi, to move the logo and the menu down, you need to use extra css:.menuo-right #Top_bar:not(.is-sticky) .menu_wrapper { margin-top: 10px !important; } #Top_bar:not(.is-sticky) .logo { margin-top: 10px !important; }