I have activated the boxed layout for the theme and I face two issues (website: www.copycolor.ro/home ):
1. The content exits the boxed area to the right, I don't know what the problem is, because I've clean installed the theme 3 times now and still face this problem, as well with the instalation of the demos, but that one is not a crucial one right now because I will build my pages from scratch.
2. I want my sidebar to be about 75% the size it is now and I just can't find in the stylesheets where to modify in order to do that.
I managed to do it, but the main content remained the same size and had the same white space that is now present there.
At the moment there are no modifications in the stylesheets and the whitespace is still there.
I've marked in the attached image the size I would like the sidebar to be and also the whitespace I am talking about.
Thanks for the quick response. I managed to set everything up just as I wanted to. One other question I have, now I can't remove the whitespace just below the main menu. I belive that the slider should've been there and perhaps that is the problem.
Currently I don't see any white space on your website, if you want to change the space height between the menu / title and the content you can add this custom css ( thefox > styling options ) :
#posts,#sidebar { top-padding:50px; }
The default top padding is 100px.
Do not hesitate to contact us if you have more questions.
Hello,
I have activated the boxed layout for the theme and I face two issues (website: www.copycolor.ro/home ):
1. The content exits the boxed area to the right, I don't know what the problem is, because I've clean installed the theme 3 times now and still face this problem, as well with the instalation of the demos, but that one is not a crucial one right now because I will build my pages from scratch.
2. I want my sidebar to be about 75% the size it is now and I just can't find in the stylesheets where to modify in order to do that.
I managed to do it, but the main content remained the same size and had the same white space that is now present there.
At the moment there are no modifications in the stylesheets and the whitespace is still there.
I've marked in the attached image the size I would like the sidebar to be and also the whitespace I am talking about.
Thank you for your help,
Andrei
Hello Andrei, thanks for purchasing Thefox!
1. I checked your site, it seems that your are using full width row in a page with sidebar, that's why you are having layout problem, please check our documentation about the full width row : http://thefoxwp.com/wp-content/themes/TheFox/includes/documentation/thefox_documentation.html#set-section
2. It seems that you find how to resize the sidebar, to resize the posts content you need to add custom css to this class :
#posts.business_posts { width: 700px; max-width: 700px; }
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello,
Thanks for the quick response. I managed to set everything up just as I wanted to. One other question I have, now I can't remove the whitespace just below the main menu. I belive that the slider should've been there and perhaps that is the problem.
Could you tell me what the problem seems to be?
Thank you,
Andrei
Hello Andrei,
Glad to hear that!
Currently I don't see any white space on your website, if you want to change the space height between the menu / title and the content you can add this custom css ( thefox > styling options ) :
#posts,#sidebar { top-padding:50px; }
The default top padding is 100px.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme