OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Font size too small, h1 and h2 too large! (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 4

Font size too small, h1 and h2 too large!

thenetworkco (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Re:Font size too small, h1 and h2 too large! 10 Years ago
Karma: 0  
Ok thanks, how about just the usually family-font size, is this one change for all? because I think it is the Font size for family font which is making everything look out of sync.

Regards

TNC
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Font size too small, h1 and h2 too large! 10 Years ago
Karma: 101  
Hello

Please study CSS and HTML

Font size may depend from very many things

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
thenetworkco (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Re:Font size too small, h1 and h2 too large! 10 Years ago
Karma: 0  
It is not the Header which is the issue actually, it is the family-font size which is too small.

This is in EVERY ARTICLE that I create.

I know and understand HTML, the problem is with your CSS. I don't want to keep adding extra CODE in to my html in order to make the size of the font larger, i would rather that it is changed through my CSS. I can't seem to find where it is on CSS that i need to change in order to make the family-font (in other words the STANDARD font for every article) larger
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Font size too small, h1 and h2 too large! 10 Years ago
Karma: 101  
Hello,

Please, we need see real WEB page, with URL and your hints - what need change.

we can't say about some thing what we not see

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
thenetworkco (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Re:Font size too small, h1 and h2 too large! 10 Years ago
Karma: 0  
Ok, have a look at this: http://www.thenetworkco.com/about

As you can see the font is very small in comparison to the headers. I don't mind the size of the headers, but I would like to have the family-font size changed to a larger size.

Regards

TNC
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Font size too small, h1 and h2 too large! 9 Years, 12 Months ago
Karma: 101  
hello,

if you mean change body font size you may do that at file:
{site}/templates/empire/css/style.css

find rows look like
Code:

body {
    font-size: 13px !important;
    line-height: 1.5 !important;
}



and replace to
Code:

body {
    font-size: 23px !important;
    line-height: 1.5 !important;
}



Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»