I have a couple of questions, I hope you can answer.
1) Is it possible to resize the width of the website/template – ie. 1000 px width?
2) I have altered the font size in “Text Block”, but as depicted the space between the paragrafs a too high. (https://postimg.org/image/9zqfwd1q9)
3) The picture on the left of a box has way to much space between it and the menu. And I have cut the picture to the bone. Not one pixel to much. 🙂
Can I change these things?
Hello Boddickerdk,
1)Please notice that our theme does not have such an option for dynamic width and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode, please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results. If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!
2)Please provide your website URL so I can inspect it closer and also, so I will be able to provide a more accurate response.
3)You website is needed for an accurate response.
Thanks.
I fixed one of the problems.
I copy’n’pasted the code from the Text Block to “Raw html”. That way I got the picture to align a lot better with the text.
Now it’s just the space between menu and the picture with text.
And it’s not only on the frontpage the space is too big. On every page there’s the same space.
Hello Boddickerdk,
Please try the code below.
.td-blog-cars .td-main-page-wrap {
padding-top: 0;
}
The result -> http://screencast.com/t/rpG1hh2sF4
Thanks.