Site logo

Archived topic

slideout - title text lentgh

5 replies · Started by Saqib on November 5, 2020

Viewing posts 1–6 of 6

hi i have the site librar: slideout

the website title is on the left hand menu but as its a long title, it doesnt show properly...just the middle letters. How do i get the whole title on menu?thanks

here is a screenshot: https://ibb.co/85CPX8w

Hi there,

can you share a link to your site so i can see what the issue is

hi the screenshot above should show the problem but i have added the link in the private info section. many thanks!

Go to Customizer > Additional CSS and REPLACE this:

#site-navigation .navigation-branding {
    transform: rotate(90deg);
    display: block;
    height: 100%;
    margin: 30px 0 auto;
}

with:

#site-navigation .navigation-branding {
    display: flex;
    align-items: center;
    margin-left: 0 !important;
    height: 100%;
    margin: 30px 0 auto;
}
#site-navigation .navigation-branding .main-title {
    line-height: 0;
    writing-mode: vertical-rl;
}

Thank you very much! This solved it.

You're welcome

This archived topic is closed to new replies.