Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,883
- Last Active
- Roles
- Administrator
Comments
-
You're welcome!
-
Are you sure? Please send us private message with dashboard access then.
-
Sorry but we don't see any like and the site scales properly in our opinion. Maybe you can show us on screenshot how it looks like on your side and under which browser?
-
That's very interesting because as you can see http://pasteboard.co/1N4gjlDq.png footer background does not exist.
-
@girlsgonethrift Envato Toolkit is deprecated. More details about it you can read on https://github.com/envato/envato-wordpress-toolkit/issues/85
-
Sorry but except WP Reset plugin we do not have anything else. We just don't know any other tool.
-
Ok. So to move sub-menu items to the left side, please use the following css:#Top_bar .menu li ul li a { text-align: left !important; }
-
Ok. So to remove subheader on mobile devices, you need to use the following css:@media only screen and (max-width: 767px) { #Subheader { display: none !important; } }
-
Hi, this is Action Button which we set under Theme options > Header & Subheader > Extras section.
-
You can try to use:#Content p { font-size: 20px !important; }
-
What's the link to page where this button is?
-
If that's what you want to get, then it's not possible unfortunately. Sorry!
-
Hi, please send us link to page where you got this slider.
-
@mhill820 Give us links to each image. We need links first to each image and only then we can verify them.
-
http://forum.muffingroup.com/betheme/discussion/2783/important-learn-how-to-send-private-message P.S. If you are unable to post properly working e-mail, we suggest to send private message instead because now you are wasting time.
-
Please show us on screenshot what you mean first.
-
Hi Patric, you need to contact with your admin because Internal Server Error is server issue. This has nothing to theme.
-
We did checked this form but we did not noticed such error. This is how it looks on our side http://pasteboard.co/1LQlF7kK.png
-
Ok. So to remove this padding, you need to turn off content padding under Theme options > Global > Advanced section.
-
No, we didn't.
-
You are using item while options are for portfolio/blog pages, not items. So these options won't work in your case.
-
Please take a look at http://forum.muffingroup.com/betheme/discussion/938/problem-with-image-size-in-shop-slider-media-images-settings-sizes where this has been explained.
-
Like we wrote above, it is not possible to keep this option with current builder options unfortunately.
-
Please send us link to your site then.
-
#Top_bar { width: 1240px !important; }
-
You can use local styles for those boxes, like style="background-color: #000 !important;"
-
Hi, if Muffin Options are empty after installation, it means your server is limited. In this case we recommend to deactivate all plugins first and after that click “Save changes” button under empty Muffin Options panel. But if this won’t help, then…
-
Hi, but what kind of code you are looking for? To change menu items color on all inner pages, except home?
-
Yes, it is possible. This can be done with:#Top_bar a.responsive-menu-toggle i { font-size: 40px !important; }
-
Hi Ollie, as we see, your header is already the same height as sticky header. Just background is different. But to change it's transparency, you can use the following css:.header-split #Top_bar { background-color: rgba (255,255,255,0.7) !important;…