Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@gareth.milne: that space is there as you have added qtranslate widget in Header Top Sidebar. So, you can adjust the padding-top and padding-bottom as per your need in the following css. I have reduce it to make it 10px bottom and 5px top. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#header-top { padding-bottom: 10px; padding-top: 5px; }We don’t have control over that Flag size. As that flag is image from your plugin. So, you can check in with that plugin support forum.
Sakin
KeymasterHi Angelina,
Sorry I don’t get it what you mean. Currently, the site total width is 1190px for large screen. Where we have content box of 754px and sidebar box of 406px. The space in-between content box and sidebar box is 30px.
The best will be you can get me screenshot image then I will measure it and send you the css.
Regards,
SakinSakin
Keymaster@Simona: Sorry I was giving you the css to remove the grey border in the image. You can remove that. Then add the following css in “Appearance => Theme Options => Custom CSS” box.
.site { box-shadow: none; }Sakin
Keymaster@stephanieforrer: Looks like you have solve it by using Jetpack plugin. Nice 🙂
September 9, 2014 at 5:31 pm in reply to: Featured Image/Slider Not Displayed After Logging Off #43588Sakin
Keymaster@BrandonTanis: Maybe it was your cache issue. As I am able to see the slider and featured image in your site. Let me know if you still have issue.
Sakin
Keymaster@stephanieforrer: Ok I have just send you email.
Sakin
Keymaster@Joaozinho: You are checking in?
Sakin
Keymaster@mindiapolis: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 981px) { .container { width: 950px; } #primary { width: 560px; } }Sakin
Keymaster@stephanieforrer: I don’t get it what you mean. Can you explain in details.
Sakin
Keymaster@stephanieforrer: There are new sidebars in Simple Catch Pro theme. So, it might have got misplaces. So, can you check in the individual sidebar at “Appearance => Widgets” and check in. You can add Social Widget and all in your Header Right Sidebar and other places. If you want help in this process the do let me know it. I will personally email you.
For more check out theme instructions page at http://catchthemes.com/theme-instructions/simple-catch-pro/
Sakin
Keymaster@mindiapolis: Sorry I don’t get it what you mean by pregnancy blurb.
Sakin
Keymaster@royalthai: Looks like you have already added the Custom CSS. I don’t see any margin and padding of 20px you have added it from your custom css.
Sakin
Keymaster@mindiapolis: In large screen the content width is 860px and secondary width 360px
Sakin
Keymaster@mindiapolis:
To change the color of Content, go to “Appearance => Theme Options => Site Color Options” and then change the color code in “Content Background Color”.
To change the color of Sidebar, go to “Appearance => Theme Options => Sidebar Color Options” and then change the color code in “Sidebar Background Color”.We don’t recommend changing the content width as it’s design to make it responsive as to various screensize. So, you might want to change it for all screensize or just for large screen sizes. Ok let me know the size you want to change to.
Sakin
Keymaster@stephanieforrer: Looks like you already have old version of Simple Catch Pro. So, if you are trying to update the theme then please use our Catch Updater plugin. You can download it from http://catchthemes.com/wp-plugins/catch-updater/ and instruction is already there.
Sakin
KeymasterHi Angelina,
The size depends on the screen size. So, I am going to give your complete size we have.
/* Large Screen */ #primary { width: 754px; } #secondary { width: 406px; } /* Max Screen Size 1224px */ @media screen and (max-width: 1224px) { #primary { width: 654px; } #secondary { width: 340px; } } /* Max Screen Size 1060px */ @media screen and (max-width: 1060px) { #primary { width: 530px; } #secondary { width: 340px; } } /* iPad Landscape */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { #primary { width: 590px; } #secondary { width: 340px; } } /* Less then 960px is 100% */Regards,
SakinSakin
Keymaster@stephanieforrer: Nice thanks 🙂
Sakin
Keymaster@superkefje: Sorry, for this as well, I need to check your site. I won’t be able to find the problem with the screenshot. I need to check in your site.
September 7, 2014 at 9:35 am in reply to: Moving site logo to the left (in front of site title and tagline) #43518 -
AuthorPosts
