Could you please tell me why right sidebar down instead to be on the right?
Right sidebar down
12 posts from 5 voices-
Posted 3 months ago #
-
Hi!
Can you post a link please? I need to investigate the source code.
Regards,
PeterPosted 3 months ago # -
Posted 3 months ago #
-
any idea?
Posted 3 months ago # -
On template builder in Dynamic Template Page Layout i choosing 'right sidebar' but looks like on css i have: body .unit.alpha, body .units.alpha {
width: 100%;
}So any idea why Template Builder not working?
Posted 3 months ago # -
Who know why its happend?
Posted 3 months ago # -
Hi sergeylandar,
I checked the link it redirects me to your 404 page and I noticed that the right sidebar seems fine. Is this still the issue?
Regards,
IsmaelPosted 3 months ago # -
http://uniquefreetemplates.com/free-website-templates/ << you can check this
http://uniquefreetemplates.com/free-css-templates/ << this
or others..
its not importent:) much more importent then i use builder from kriesi and using right sidebar. but after implementing its not woking korrect. i dont khow how functional working there, but as you see problem in css. so for the left are builder from kriesi must to use for example 70% or 400px width not 100%. i think problem in this, or maybe need to choose something in builder. i dont know why its not wokingthanks
Posted 3 months ago # -
Hi,
Please update your theme to the latest version, you are still using the 1.0. You can login to themeforest.com using the account you purchased the theme and download the latest version. Please be aware that the update will overwrite your theme files, including your custom.css file so if you made modification to the templates or css files, you need to back them up. Please consider using a child theme in the future. A good way to handle this is to use a program like winmerge.org (free) that will compare your current theme folder to the update theme folder and tell you line by line what the differences are.
It is not working because you changed the css. Please remember that the theme is responsive so you should use media queries to change css, otherwise you will run into similar issues. I am not sure what you changed. I can put the sidebar back where its supposed to be, but the theme stops being responsive then. It would be easier if you made modifications and pasted them inside custom.css file or in Quick CSS, without editing the css files which came with the theme.
Try adding this to the bottom of your custom.css or quick css
@media only screen and (min-width: 1140px){ body .unit.alpha, body .units.alpha{width: 780px;} } @media only screen and (min-width: 768px) and (max-width: 989px) { body .unit.alpha, body .units.alpha{width: 528px;} }Thanks,
Nick
Posted 3 months ago # -
Thanks Nick!
How i can change title with <h2> tag to <h1> tag here: http://uniquefreetemplates.com/ ?
Right now i created this title with template builder.Posted 3 months ago # -
Hi sergeylandar,
I think it would be easier to just add the title into the text area of that template and make it an h1 instead. That way you aren't modifying all titles across all dynamic templates.
You can just put the title in the text area like this:
<h2 class="dynamic-heading">Unique Free Templates</h2>Regards,
Devin
Posted 3 months ago # -
Thanks its working.
By the way after adding h1 to text area in template << this fixed right colomn;)Posted 3 months ago #
Topic Closed
This topic has been closed to new replies.














