Picture in desired place in standard theme

Permalink
Hey there,

currently I'm building a very simple site with the standard theme from concrete5.
This one though doesn't allow to put a picture next to the middle text (seehttp://i.imgur.com/U7q2N7K.png )
And now there's my question, since I never learned HTML, unfortunately!
What code would be necessary to get the picture in this position?
If there is any further information required, please let me know, otherwise I'm very thankful for any fast and helpful answer! :)

Greetings from Germany

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi abcconsulting,

What version of concrete5 are you using?

What is the address of your website?
abcconsulting replied on at Permalink Reply
Hey there,

I am using the latest version (5.7.4.2) and the url is:http://www.abcconsulting.de but it is not yet public! If you want, I can pm you user and pw for a guest account to view the site?!
MrKDilkington replied on at Permalink Reply
MrKDilkington
No chance of making it public?
MrKDilkington replied on at Permalink Reply
MrKDilkington
You can do this by creating a custom layout. This allows you to break an area into smaller columns.

Here is the documentation that covers the topic of custom layouts.
https://www.concrete5.org/documentation/using-concrete5-7/in-page-ed...
abcconsulting replied on at Permalink Reply
That's very helpful! Thank you for your time!
abcconsulting replied on at Permalink Reply
As helpful as it was, I though still have something to ask about!
Is it possible to have the picture start at the top of the yellowish background? So that it overlaps the other areas! The page is public so you can see what I am talking about.

Thank you!
MrKDilkington replied on at Permalink Reply 4 Attachments
MrKDilkington
One note, when you created the layout, I believe you used Free-Form Layout instead of Twitter Bootstrap. Using Twitter Bootstrap will allow your page to be mobile friendly.

If I understand your question correctly, you should be able to split "Main" into two columns.
- the right column will use an Image block to display the tree image
- the left column will be split into two columns
- in "left" column 1, the logo will be displayed with the Image block
- in "left" column 2, the navigation will be displayed with the Auto-Nav block
- under "left" column 1 and 2, your text will be displayed with the Content block

You can use the Design tools to add margin for additional spacing between blocks.
https://www.concrete5.org/documentation/using-concrete5-7/in-page-ed...

I have attached screenshots explaining this.
abcconsulting replied on at Permalink Reply
Oh wow, thats very detailed! Thank you very much for your effort.
I will try it out and report back later.
abcconsulting replied on at Permalink Reply
It worked very well but I still have one single question left!
I already looked it up on the forums but I can't seem to find a solution for 5.7.4.2.
Do you know, how I can remove the "Powered by Concrete5" and the admin login on the bottom side of the site?
Greetings,
abcconsulting
MrKDilkington replied on at Permalink Reply
MrKDilkington
To remove "Erstellt mit concrete5 CMS.", you will need to delete or comment out this line of code in the footer.php file:
<span><?php echo t('Built with <a href="http://www.concrete5.org" class="concrete5">concrete5</a> CMS.')?></span>

This is the directory path to find footer.php:
concrete\themes\elemental\elements\footer.php

Any changes made to files inside the "concrete" folder will be overwritten when you upgrade concrete5. To prevent changes from being overwritten, you need to create a copy of the Elemental theme.

This How-To includes instructions on creating a copy of the Elemental theme:
https://www.concrete5.org/documentation/how-tos/designers/how-to-cop...