Logo Position Module Order - Question | JoomShaper

Logo Position Module Order

C

conshelf

Template 3 years ago

Hello,

I need to place some text below the logo of the News365 template. I created a SPPB module and put it in the logo position but it appears above the logo.

How can I order the text to show below the logo?

Kind regards, John

0
2 Answers
C
conshelf
Accepted Answer
3 years ago #13992

Hello,

I solved the issue by adding the following CSS.

#sp-logo .sp-column {
    display: flex;
    flex-direction: column;
}

#sp-logo .sp-module:first-child {
    margin-top: 0;
    order: 2;
    display: block;
}

Kind regards, John

0
Anne
Anne
Accepted Answer
Support Agent 3 years ago #13997

Hello there,

Thanks for contacting with us. Congratulations and I am very glad that you have solved the problem

-Regards

0