html code, logo dimension

Posted in: Newspaper
Post count: 7

Hi purchase your theme and still working on it, i am no professional developer and just have a few questions i have been struggling with.
1 What is the biggest i can make my (dimension) i have seen this site with a much larger top logo http://brandongaille.com/ and i cant seem to get mine as big with the recommended dimension http://www.artshowpreneur.com and even after increasing the size.

2 Which composer box do i place my html code to appear on my site. Trying to place my leadpage html opt-in form and always getting a no show.

Thanks, hope you can help.

Post count: 23312

Hello Harrison,

I have checked the both websites and I have noticed that is used header style 10. This kind of template uses the full logo for displaying and there is no restriction for your logo size. For a better result, you should have a high dimension for your image logo. If you want to increase the size of this you have to do it using a bit of CSS. If you want to have the same dimension to your logo as in the other site, you have to use the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-logo {
width: 472px;
height: 86px;
}

The result you should see here -> http://screencast.com/t/8IFG1DDeDJ

If you want to have a good design for your logo, you should load an high logo image with these dimensions by default, without using CSS code to increase the size of them.

If you want to do some HTML changes for this template, you have to do them in heaser-style-10.php file, like this -> http://screencast.com/t/lio9I7aoFS

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.