After searching the theme panel i was unable to find out how to adjust the site width. Please let me know how to do that. I am using fashion demo, 3 columns.
There is another problem i have noticed. Font weight varies from browser to browser. How to fix this ?
I am using block 3 design in my homepage where the post title is below the image. I need the design to be title first and the image beneath the title. I have noticed that there is another design with title above the image on block 6 but excerpts are also there beneath the image. I do not need that.
Also let me know how to decrease the font weight of title text in homepage.
Please help me.
Best regards,
Krafting Networks
Hello,
Unfortunately the theme width is fixed and cannot be changed. We did not built the theme with a dynamic width in mind. Sorry. The theme width cannot be changed easily as all elements depend on the fixed width.
As for the fonts, the weight should be the same on all browsers, but this can be different based on the browser interpretation of the css. Please also test our demo http://demo.tagdiv.com/newspaper/ and see if the font weight behaves the same on your browsers.
If you want to remove the excerpts for block 6, you cn do so by removing the excerpt from the excerpts section here: http://screencast.com/t/WdQ11eB6A
As for the title text, please provide an example of what title you are referring to so I can provide the proper answer
Thank you!
Thank you Bogdan for replying,
I am using block 6 with exerpts set to zero as you have suggested but still its the same.
Screenshots > http://pho.to/AZAhY
“As for the title text, please provide an example of what title you are referring to so I can provide the proper answer”
How can i minimize the font weight / bold to regular for post title in homepage ?
Screenshot > http://pho.to/AZAiA
“Unfortunately the theme width is fixed and cannot be changed.”
I am sure there is a class definition for this width. If you can let me know the line number in style.css where this width attribute is defined or just the css class name, i ll try to adjust as per requirements using custom css. If things go south, i ll just undo my changes.
Thank you.
Hello kraftingnetworks,
Try to add the 0. value to your excerpt length, like this -> http://screencast.com/t/eeNbmFCX All the settings for fonts and the weight can be changed from Theme panel, Theme Fonts, like this -> http://screencast.com/t/J72IdOLSf For more information about these settings, please check here -> https://forum.tagdiv.com/font-customization/
If you want to change the theme width you should alter the code from style.css, like this -> http://screencast.com/t/5WZ9NkeKi
Thanks for the message!
“All the settings for fonts and the weight can be changed from Theme panel, Theme Fonts, like this”
This generic reply is not helping me. Can you please let me know exactly which value do i have to change in font settings in theme panel in order to make the title text in homepage to regular from bold or minimize the font weight.
For easy understanding please check this : http://share.pho.to/AZAiA
Hello,
You should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_module_wrap .entry-title{
font-weight:100;
}
The result is here -> http://screencast.com/t/EdcOj91pV
Thanks for the message!
thank you so much. this worked!
You can mark it as solved.