So i’ve been learning to build websites and have been trying to make a website for some friends, its mostly going well but ive been hitting some bumps i cant find the solution for, i hope someone here can enlighten me!
There are two specific issues im comiing across right now,The site title, it consists of the company name, and then their slogan.
I want the company name to be a single line and then the slogan below it, how do i achieve this?
i have a 4 page menu and 2 images added (for languages) The images are bigger than the text (intended) But how can i properly allign the text to be centered vertically to the images.I’ve been playing around with CSS but i cant find what they used to place everything.
Disclaimer, i am very new to everything web-design but have been taking a big interest in it so please explain it like you would to a newbie!
The website its about is [http://wemoetenallesproberen.nl/](http://wemoetenallesproberen.nl/) its a test website to see if i can create someting for them!
​
edit: we are using nimblebuilder pro
I want the company name to be a single line and then the slogan below it, how do i achieve this? – > add <br> in html code of your slogan should look like this for example — YUNO<br> WE GO VIRAL
And about second if i understood correct what you want , than just play with margin and padding from navmenu element or by language images and it should work