Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@David: ok so you want to reduce it, then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 1153px) { .wrapper { width: 1130px; } #main { width: 883px; } }Sakin
Keymaster@David: Can you post in your site URL and let me know the size that you want to make it fro your content.
Sakin
KeymasterOk for that you can replace your css:
@media screen and (min-width: 961px) { #main-slider .entry-header .entry-title { font-size: 35px; background: rgba(64, 64, 64, .8); } #main-slider .entry-content { font-size: 20px; background: rgba(64, 64, 64, .8); } }with the following css, where I have added in the width. Just change the width as per your need.
@media screen and (min-width: 961px) { #main-slider .entry-container { width: 50%; } #main-slider .entry-header .entry-title { font-size: 35px; background: rgba(64, 64, 64, .8); } #main-slider .entry-content { font-size: 20px; background: rgba(64, 64, 64, .8); } }Sakin
Keymaster@Diren: Sorry I cannot support with this screenshot. I need your site URL. Let me know if you have test or live site URL.
Sakin
Keymaster@Tomáš: You can add the following css:
#main-slider .entry-container { bottom: 0; left: auto; right: 0; }Sakin
Keymaster@ryanhock: But you are not using our theme. We only support theme developed by us http://catchthemes.com/themes/
Sakin
Keymaster@Justin: It’s better to move the menu not the grid content. So, you can try adding in the following css:
.nav-primary .wrapper { padding-left: 0; padding-right: 0; } .nav-primary .menu .menu-item-home a { padding-left: 0; }Sakin
Keymaster@Lizi: It depends on how you have added in. If you have proper logo then you can simply add the following css in “Appearance => Theme Options => Custom CSS” box:
#logo-wrap { width: 100%; } #site-logo { display: block; width: 100%; }Sakin
Keymaster@Justin: Sorry I don’t get it what you mean, which element are you trying to change it. Can you share screenshot showing the alignment then I can suggest you css.
Sakin
Keymaster@Tomáš: Yes, for example you can see the following CSS:
#header-top { background: rgba(255, 255, 255, 0.7); }Thanks for your appreciation my support and theme. I hope you will support me as well. Please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-flames?rate=5#postform
Thanks in advance 🙂
Sakin
Keymaster@Justin: Try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead .wrapper, #site-branding { padding-left: 0; padding-right: 0; }Sakin
Keymaster@Lizi: Please post in your site URL.
Sakin
Keymaster@Tomáš: For transparency, you need to use rgba color.
Sakin
Keymaster@Tomáš: sure no problem.
Sakin
Keymaster@VERGNES: Sorry your question is not clear. I think you are talking about Header image in your page http://www.dlys-couleurs.com/blog/2015/09/09/avant-apres-le-chocolat/ to have it same as in homepage or you don’t want that. For that you need to go to “Appearance => Customize => Header Image” and change the option in “Enable Featured Header Image on” as per your need. Looks like you have set it as “Entire Site, Page/Post Featured Image”. so, change that to either “Homepage / Frontpage” or “Entire Site” as per your need.
Sakin
Keymaster@matthewseanmclachlan: You can hide that by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
.entry-meta { display: none; }Sakin
Keymaster@matthewseanmclachlan: This is not one page theme for that. But if you want to link that way, you can use custom link with anchor with post ID. For example, http://www.trendfly.org/#post-44 will link to your project page. To add custom link in menu, see this screenshot https://www.pinterest.com/pin/548594798331771327/
Sakin
Keymaster@matthewseanmclachlan: For that you need to change the the layout to No Sidebar, Full Width. Just go to “Appearance => Theme Options => Layout Options” and then select “No Sidebar, Full Width” layout.
-
AuthorPosts
