Understanding Logos
How do you make an organisation visually recognisable? Simple. Have a great logo! Logos act as a shortcut, enabling anyone to recognise an organisation across different mediums, whilst communicating their story with a single snapshot. They also act as a kind of verification and authentic stamp, so the viewer trusts that what they see is from you. This is what makes logos something worth setting up right. Let’s explore this in Raisely.
Skip Ahead To
Logo Design
Colours, Formats, & Sizing
COLOURS
FORMATS
SIZING
- Crop out any unnecessary space around your logo (unless SVG where it will do this automatically)
- Scale and save your logo at 560 pixels (width or height). Not required with SVG
Header, Footer & Mobile Responsiveness
Single Logo
- 1
- From your campaign sidebar, select Design > Brand > Logo
- 2
- Simply remove the default logo using the Trash icon, the drag in or select a new file
- 3
- From the campaign sidebar, select Pages > Header & Footer
- 4
- There are 3 BLOCKS you can use to display your logo: Header, Campaign Logo, or Image. Except for Image , these blocks will automatically insert the logo you placed in your design settings. Place your logo where you need in both the header and footer. For the Header block, you have the option of an alternative logo. This is helpful if the footer needs a different coloured logo than your header.
### accordion
## expand
# Advanced: Multiple logos side-by-side
- 1
- From the campaign sidebar, select Pages > Header & Footer
- 2
- Add a new BLOCK - Image, and place BLOCK where you like
- 3
- Drag or Select to upload new image, and select your image size in the settings
- 4
- In Image settings, select the Advanced tab > Attributes. Type in logo-inline and Save
- 5
- Click the CSS Icon (paintbrush) to access your stylesheet. Scroll down to the bottom and insert this line of code:
- 6
- Save your changes. This line of code tells your image to sit on the same line as others with the same attribute but be spaced 10px apart on the left and right.
- 7
- Now simply Duplicate this image block to insert your next logo side by side.
.logo-inline {display:inline-block;padding:0px 10px;}
## expand
### accordion
RESPONSIVE DESIGN
Duplicate Logos
- 1
- Create a new Image or Logo block for both desktop view and mobile view.
- 2
- In the blocks settings, adjust the logo or image width
- 3
- Select the Advanced tab and adjust the switch Show on Desktop for the relevant block.
### accordion
## expand
# Advanced: Custom CSS
- 1
- Within the block settings, select the Advanced tab > Attributes. There enter mob-logo-width
- 2
- Click the CSS Icon (paintbrush) to access your stylesheet. Scroll down to the bottom and insert this line of code:
- 3
-
@media (max-width: 736px) { .mob-logo-width {
width:70%;
} - 4
- This line is a mobile responsive command, telling the logo element to down-size to 70% when the screen resolution is small for mobile (under 768px).
## expand
### accordion
Favicons
- 1
- Resize you logo to 32px x 32px and save as PNG
- 2
- From your campaign sidebar, select Design > Brand >Favicon. Simply drag or select your saved logo file to upload.
- 3
- Save changes
FAQ’s
### accordion
## expand
# How do I size my logo for tablet as well as mobile?
## expand
## expand
# My logos are not sizing up correctly next to each other. What do I do?
## expand
### accordion
Cannot find the support guide you are after? Head on over to our YouTube channel 📺 for more creative content to help you go further. You can even leave us comments, suggesting new content ideas 🤯