Forum Replies Created
-
AuthorPosts
-
Sakin
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) #43518Sakin
Keymaster@natoulie: You just deleted one. But there are two. So, you need to go to your Custom CSS and delete the following css:
#hgroup-wrap img {margin-top: 50px;}Sakin
Keymaster@Michaela: Done.
September 6, 2014 at 1:51 pm in reply to: Moving site logo to the left (in front of site title and tagline) #43484Sakin
Keymaster@natoulie: In your site rzesy-southampton.co.uk. For logo, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#hgroup.with-logo { clear: none; display: inline; float: left; }Also don’t forget to remove the following existing css. I see the following css twice in your custom css box. Remove it both.
#hgroup-wrap img {margin-top: 50px;}Sakin
Keymaster@Janette: I see that you have use paragraph code
<p>Your headings</p>for headline. So, if you remove the margin below that paragraph it will hamper all other pages as well. So, I have come up with the css only for your services pages. Just add the following css in “Appearance => Theme Options => Custom CSS” box to remove the margin
.page-id-18 #content p { margin-bottom: 0; } -
AuthorPosts
