1 Code errors appear at the top

2 the space between the side and the contents is very wide.
1 Code errors appear at the top

2 the space between the side and the contents is very wide.
Hi,
Thanks for writing in!
wp-config.php file located at the root directory of your site
Content Width and Max Width its under Theme Options > Layout & Design

Hope that helps.

the first problem is over.
The second problem is still going on
Hello @Temizlikbu,
Thanks for updating the thread.
I checked the website and can see that content width is occupying 70% of the canvas. Please change the value from 70% to 80% (steps mentioned by my colleague in previous reply). You can also change the values as per your requirement. Please change the same and the gap between content and sidebar should get fixed.

Thanks.

SİTE MAX WİDTH (PX) 1200
SİTE WİDTH (%) 88
CONTENT WİDTH (%) 80
the problem still continues!
Hi There,
Thanks for the confirmation!
Can you please add this CSS to your theme option -> CSS
body.blog .x-main {
width: 75%;
}
body.blog .x-sidebar {
width: 25%;
}
Hope this helps!
the result is successful!
Thank you.
I had another problem.
How can I remove this uploaded file from the top?
https://www.temizlikbu.com/wp-content/cache/busting/1/wp-includes/js/jquery/jquery-1.12.4.js
and
https://www.temizlikbu.com/wp-content/cache/min/1/107f52d072b634dfe5c8687eafb07576.js

Should not be on header
Hi There,
Thanks for the confirmation!
Seems like those files are serving from a cache plugins.
Please check the plugin setting for changing the location. Also you can get help from the plugin developer.
Thanks
thanks for the answer. 
there is another problem…
mobile view titles are too big

automatically when you enter the site from the phone
it must be compatible with the phone. need to shrink?
Hi,
You can try responsive text.
Add a class to your headline element

Then set up responsive text for that class

Please take note of the attributes
selector – Accepts a unique selector used on any text element that you want to be responsive.
compression – Set this to any number to alter the compression of how slow/fast your text responds as you resize the window. Start at 1.0 and make slow incremental changes to see what works best for you.
min_size – The minimum font size that you want your text to be. Accepts pixel units.
max_size – The maximum font size that you want your text to be. Accepts pixel units.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.