Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,861
- Last Active
- Roles
- Administrator
Comments
-
You need to edit each page individually to change specific stuff.
-
Hi, please send us link to page where you got such border so we can check what you mean.
-
Hi, we have already pre-defined responsive sizes under responsive.css file and we do not have an option to change their sizes. Thanks for understanding!
-
Are you talking about the gap between the slider and the content http://pasteboard.co/r4DxoOgSf.png ? Because if that's what you mean, you got empty section there what you can see on http://pasteboard.co/r4EBK31zE.png and this need to be removed.
-
Hi, if you mean this new feature related with builders added by WPML recently, then this one does not work unfortunately. Pages can be translated older method by copying pages. Thanks!
-
http://themes.muffingroup.com/betheme/documentation/ (section 4.2.44)
-
This is filtering and not "Load more" button :) That's why we were so confused. Anyway, those filters does not have specified classes so the only think you can do on this page is to remove 4th filter and this could be done with the follo…
-
Where exactly you can not get this featured image? Any link to page? And what you did so it stopped working?
-
Ok, thanks. So we checked your configuration and found that you did not done anything like it was explained in the doc, nor you didn't checked most basic settings. 1. You did not selected main menu under Appearance > Menus > Manage locations …
-
Hi, you have only one section but also you got menu and the footer and that's why it has a scroll. To make it the way you wish, you need to set full-visible-screen class name for this section and use the following css:.full-visible-screen { mar…
-
Hi, to reduce header height, you need to reduce logo size under Theme options > Global > Logo > Advanced section because it stretches top bar height.
-
You're welcome!
-
Hi, to move left icon down, please use:.list_item .list_left { margin-top: 10px !important; }
-
You can set custom line height but for all google fonts only and not individual:.google_font { line-height: 30px !important; }
-
Ok, thanks. So to remove author from intro header type, you need to use the following custom css:#Intro .intro-meta > div.author { display: none !important; } However, it is not possible to move those details with custom css. This requires files…
-
Hi, please send us example link to page where you don't want background and we will see if it's possible to remove it from specific pages.
-
Hi, if you moved your site, you should have database backup. In such case, we suggest to backup database because we are not your web developer and don't know what might be the reason as we didn't made this migration. The only reason why Muffin Bui…
-
How can we re-create this issue then? Because we checked site on several different computers/devices and we did not noticed anything wrong.
-
You are definitely right. Completely forgot about it.
-
If you want to make it button and not the link, instead of 0 you need to set 1 for button attribute in above shortcode.
-
To change image link, you need to go to Theme options > Blog, Portfolio & Shop > Portfolio section where Project Link option is. However, there is no way to hard crop images that aren't square.
-
Please add 6th menu item then so we can check because right now we do not see anything unusual.
-
You can send them thru contact form on the right at https://themeforest.net/user/muffingroup#contact
-
Ok, thanks. 1. As you can see on http://pasteboard.co/qKMVSLYBt.png there is no line above the footer. 2. To make section full width, you need to set FULL WIDTH style for the section.
-
You can send us private message thru contact form on the right at https://themeforest.net/user/muffingroup#contact with dashboard and FTP access but we are pretty sure that it won't be nothing related with theme itself.
-
This is portfolio item with hover masonry style. For more details about this item, please check http://themes.muffingroup.com/be/theme/shortcodes/loops/#portfolio-item where all item attributes were described.
-
Hi, to increase line height of the subheader title, you need to use the following css:#Subheader .title { line-height: 70px !important; }
-
You're welcome! :)
-
Hi, to remove sidebar from single product pages, you need to use custom css:.single-product #Content .sections_group { width: 100% !important; } .single-product .sidebar { display: none !important; }
-
Ok, thanks. We were able to check but social icons are not being covered by any button in the footer. However, if you faced something like that on your side, you can use the following css to move icons more to the left:#Footer .footer_copy .social {…