Footer out of line

Permalink 1 user found helpful
Hi, I have had some issues with css and fonts and thanks to some fantastic help from the kind people on this forum I have resolved this, I just have one issue to resolve.

in the footer ofhttp://salemchapelfurniture.co.uk/... the created by line is underneath the copyright line, it used to be in line and to the far right, would somebody be able to help me restore this.

Many Thanks

Mark

 
ronyDdeveloper replied on at Permalink Best Answer Reply
ronyDdeveloper
Its done. :)

Rony
rawhyde replied on at Permalink Reply
Many thanks Rony, what did you need to change to make it work? many thanks for all your help today it is really appreciated.

Thanks

Mark
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Just add 2 lines at the bottom of your css. That's it.

Rony
mhawke replied on at Permalink Reply
mhawke
The bigger question is why is the 'float:right' and 'float:left' css rules that are already in the 'typography.css' file for these elements being ignored?

I find Greek Yogurt to be funky at times.
rawhyde replied on at Permalink Reply
Yes, I have to say it has a mind of its own (or I pressed something that I should not of), thanks Mark
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
The fault in your typography css file that I noted in your previous posting has still not been addressed,
On line 64 there is a missing closing curly bracket
It is like this
div#main-container, div#main-container ul li {
   /* customize_p-font */ font-family: 'Merriweather', Georgia, serif; line-height: 1.8em; font-size: 14px;
div#main-container, div#main-container ul li { /* customize_p-font */
   /* customize_text */ color:#51b048; /* customize_text */
}

And should be like this
div#main-container, div#main-container ul li {
   /* customize_p-font */ font-family: 'Merriweather', Georgia, serif; line-height: 1.8em; font-size: 14px;
}
div#main-container, div#main-container ul li { /* customize_p-font */
   /* customize_text */ color:#51b048; /* customize_text */
}
mhawke replied on at Permalink Reply
mhawke
Nice catch weyboat!

I believe weyboat's answer might be the correct one. Try adding the missing curly bracket to 'typography.css' and commenting out the 'float:left' & 'float:right' that was added to 'main.css' above and see is it works.
rawhyde replied on at Permalink Reply
Hi and thanks, I am not comfortable with typing in the typography css, that is the reason I have not changed it, I might get brave and have a go!
rawhyde replied on at Permalink Reply
Ok, been brave typed in the } not sure if I put it in the right place though:-)
mhawke replied on at Permalink Reply 2 Attachments
mhawke
The site is still showing the old css with the missing curly bracket. I have attached 2 css files with the changes made. Upload them to your theme directory.

A few important things:

Your theme needs to be in '[root]/themes/greek_yogurt' NOT '[root]/concrete/themes/greek_yogurt'. If you haven't copied your entire Greek Yogurt theme to the [root]/themes folder then that needs to be done first. If you are not comfortable doing this you can PM me and I'll give you a hand.

Turn off all your caching. Visit 'Dashboard->System and Settings->Cache and Speed Settings' and turn off all the internal caching. If you leave caching on while developing your site, the changes you make will not show up right away and you will go insane trying to figure things out.

After you make a change, such as a change to the css or editing your site, refresh your page using CTRL+SHIFT+'R'. This will make sure your browser grabs the new content.
rawhyde replied on at Permalink Reply
Hi mhawke,

thanks for all this do i select overwrite existing file in the themes
root for greek yogurt

Thanks

Mark



On 09/06/2013 13:58, concrete5 Community wrote:
mhawke replied on at Permalink Reply
mhawke
I'm not sure I understand exactly what you're asking. When you upload the css files to your server, you will need to overwrite the existing files.

Can you tell me whether you are uploading to '[root]/themes/greek_yogurt' or '[root]/CONCRETE/themes/greek_yogurt' ?
rawhyde replied on at Permalink Reply
Hi mhawke

thanks very much for the 2 css files, I have uploaded them to

'[root]/themes/greek_yogurt'

Would you be kind enough to take a look to see if I have done it correctly, thanks Mark


On 09/06/2013 14:47, concrete5 Community wrote:
mhawke replied on at Permalink Reply
mhawke
Typography.css is now 'in charge' of those elements so that is good but main.css should have the last two lines commented out which I am not seeing.

Have you cleared the C5 cache? 'Dashboard->System and Settings->Cache and Speed Settings->Clear Cache'
rawhyde replied on at Permalink Reply
Hi, just cleared the cache, I hope that was the issue, thanks Mark

On 11/06/2013 13:55, concrete5 Community wrote:
mhawke replied on at Permalink Reply
mhawke
Sorry, no fixie!

You can try downloading the main.css I attached above and re-upload it to '[root]/themes/greek_yogurt'

I'm still concerned that you have a theme called greek_yogurt in two places. Your site is using greek_yogurt but you say you are uploading to [root]/themes/greek_yogurt . Usually, you change the name of the theme when you copy it from the core at '[root]/concrete/themes/greek_yogurt' and store it in something like '[root]/themes/my_greek_yogurt'. Then there is no confusion about which theme you are using.

Do you have a theme at both '[root]/concrete/themes/greek_yogurt' and '[root]/themes/greek_yogurt' ?
rawhyde replied on at Permalink Reply
On 11/06/2013 16:58, concrete5 Community wrote:

I just reloaded the file to the folder, I selected overwrite, but it has
created a new folder maincss.css, perhaps this is the problem, sorry...
mhawke replied on at Permalink Reply
mhawke
A folder or a file names maincss.css?

What program are you using to upload the files?
rawhyde replied on at Permalink Reply
replied to your pm email, thanks
mhawke replied on at Permalink Reply
mhawke
Are you speaking to me? I just sent you a PM but haven't received a reply.
rawhyde replied on at Permalink Reply
Have you got my reply by PM? thanks Mark