Template: change from 3 "columns" to 2 (Oldnema)

Please post the URLs to pages, where you've made a CMSimple template available for download

Moderator: mikey

Nicky
Posts: 164
Joined: Sun Feb 08, 2009 9:50 am
Location: Antwerp, Belgium

Template: change from 3 "columns" to 2 (Oldnema)

Post by Nicky » Sat Sep 19, 2020 7:58 am

I'm using an older template (thanks to Oldnema), but I would like to remove the area where the newsboxes are on the right side. The text should be wider, so only the navigation and textarea remains.

Please check: https://support-u.be/september2020

Thanks in advance.

Nicky
Posts: 164
Joined: Sun Feb 08, 2009 9:50 am
Location: Antwerp, Belgium

Re: Template: change from 3 "columns" to 2 (Oldnema)

Post by Nicky » Sat Sep 19, 2020 12:16 pm


lck
Posts: 2963
Joined: Wed Mar 23, 2011 11:43 am
Contact:

Re: Template: change from 3 "columns" to 2 (Oldnema)

Post by lck » Sat Sep 19, 2020 1:21 pm

stylesheet.css

Code: Select all

#boxs {
	width: 100%;
	clear: both;
	margin-top: -1em;
	overflow: hidden;
	display: none; /* add this */
}

Code: Select all

@media screen and (min-width: 1600px) {
...
#content {
	width: 50%; /* change to 75%, or what you want */
}
and

Code: Select all

@media screen and (min-width: 980px) and (max-width: 1599px) {
...
#content {
width:50%; /* delete this */
}
„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“   👉 Ludwig's XH-Templates for MultiPage & OnePage

Nicky
Posts: 164
Joined: Sun Feb 08, 2009 9:50 am
Location: Antwerp, Belgium

Re: Template: change from 3 "columns" to 2 (Oldnema)

Post by Nicky » Sat Sep 19, 2020 1:58 pm

Thank you so much (again...)

Nicky
Posts: 164
Joined: Sun Feb 08, 2009 9:50 am
Location: Antwerp, Belgium

Re: Template: change from 3 "columns" to 2 (Oldnema)

Post by Nicky » Mon Sep 21, 2020 2:21 pm

The draft is almost ready (graphics and colours are no problem to change for me).

The desktop/laptop version is also under control.

2 problems left on mobile versions:

---the menu-icon keeps jumping to the right side but it has to be aligned left on same height with the search box
---the space between the header and page title is much too large

Asking here on the forum is not the easy way out, I've been trying for hours but totally stuck..

Draft demo www.support-u.be/september2020 - stylesheet www.support-u.be/september2020/template ... esheet.css - problem only mobile versions
You do not have the required permissions to view the files attached to this post.

lck
Posts: 2963
Joined: Wed Mar 23, 2011 11:43 am
Contact:

Re: Template: change from 3 "columns" to 2 (Oldnema)

Post by lck » Tue Sep 22, 2020 12:25 pm

It seems to me that a div's have gotten mixed up.
For example, if I look at the structure here, in the #navi there is a #search. I don't think this was like that in the original template.

Code: Select all

<div id="navi">
	<div id="menu">
	<div id="search">
	<div id="iconmenu">
	...
What is the name of the original template of Oldnema, is it garden-solutions?
„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“   👉 Ludwig's XH-Templates for MultiPage & OnePage

Nicky
Posts: 164
Joined: Sun Feb 08, 2009 9:50 am
Location: Antwerp, Belgium

Re: Template: change from 3 "columns" to 2 (Oldnema)

Post by Nicky » Tue Sep 22, 2020 12:38 pm

Ooops, this will be my fault I have been messing with the template (search - slogan), but did not work out so well...
This is my experiment.. www.support-u.be/september2020/template.htm

Can this be saved or better start over with a previous version? :?

Nicky
Posts: 164
Joined: Sun Feb 08, 2009 9:50 am
Location: Antwerp, Belgium

Re: Template: change from 3 "columns" to 2 (Oldnema)

Post by Nicky » Tue Sep 22, 2020 12:39 pm


Nicky
Posts: 164
Joined: Sun Feb 08, 2009 9:50 am
Location: Antwerp, Belgium

Re: Template: change from 3 "columns" to 2 (Oldnema)

Post by Nicky » Wed Sep 23, 2020 8:25 am

Conflicting divs are ok now , I took a previous version of oldnema's template and started over.

I can't get the searchbox to appear on the right :(

The iconmenu in desktop versions is ok now, it's on the left side but obviously overlapped by the searchbox.

Template: https://support-u.be/september2020/template.htm
Stylesheet: view-source:https://support-u.be/september2020/temp ... esheet.css

It also would be nice (but not crucial..) to get the title a little higher as in:
mobileversion.gif
(PS - I know graphic design is a mess right now but I will fix that later.)
You do not have the required permissions to view the files attached to this post.

lck
Posts: 2963
Joined: Wed Mar 23, 2011 11:43 am
Contact:

Re: Template: change from 3 "columns" to 2 (Oldnema)

Post by lck » Wed Sep 23, 2020 11:08 am

The template would have to be modified for this. The searchbox should be placed in the header and the #iconmenu under the #menu. Then the whole thing would have to be adjusted in the CSS file.

IMHO, that does not pay off. Why don't you use for example the template of Frank fhs-basic. That could fit.
„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“   👉 Ludwig's XH-Templates for MultiPage & OnePage

Post Reply