WebsiteBaker Support (2.13.x) > General Help & Support

Template customisation

<< < (4/6) > >>

apple:

--- Quote from: hgs on July 28, 2023, 11:23:29 AM ---Here is a quick adjustment of the color and height. Is this the direction it should go?
https://wbneu.umojasingers.de/
The changes are searched with the developer tool of the browser (F12) and then changed in the template at the right places.
--- End quote ---

Yes, I got this far. I am having trouble adding the sublinks and the social media icons. The icons kept pushing to the next line. Not sure if I got it right.


--- Code: ---<div class="columns"></div>
<div class="column"></div>
<div class="column2"></div>

.columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
    width: 100%;
}

.column {
    column-width: auto;
    float: right;
}

.column2 {
    column-width: auto;
    float: left;
}


--- End code ---

hgs:
I am also just a beginner.

Hopefully someone else can help you out.

dbs:
We need a link to your real installation.
Nobody knows what you have done, but if see it we can better help.

apple:

--- Quote from: dbs on July 29, 2023, 09:58:11 AM ---We need a link to your real installation.

--- End quote ---
I am working from harddrive/off line. I can see you are an expert from your website. I simply try to combine two templates. I am only CSS beginner. I am trying to work out the CSS for the footer that looks like the image attached.  I know the CSS I did above is not right. That is the limit of my knowledge. Is the a CSS editor avaialble online?

hgs:
WebsiteBaker has its own tool for editing CSS and php files.
Download this tool from here


The tool Addon File Editor can then be accessed in the backend under Admin Tools.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version