Change Menu Size - Question | JoomShaper

Change Menu Size

KM

Kostas Mantas

SP Page Builder 2 years ago

Hello i build my site with Dylan template and the SP Page Builder. I want to small the space between menu pages because its too big and the Socials (Follow Me) is hiding from menu.

0
7 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #34653

Please use this CSS to Template Options -> Custom Code -> Custom CSS

@media (min-height: 550px){
    body.predefined-header1 #sp-header .sp-megamenu-wrapper .sp-megamenu-parent>li:not(:last-child){
        margin-bottom: 10px !important;
    }
}
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #34646

Hello Kostas Mantas

Please use this CSS to Template Options -> Custom Code -> Custom CSS

@media (min-height: 550px){
    body.predefined-header1 #sp-header .sp-megamenu-wrapper .sp-megamenu-parent>li:not(:last-child){
        margin-bottom: 0 !important;
    }
}

Best regards

0
KM
Kostas Mantas
Accepted Answer
2 years ago #34647

Almost, now its very tight. I try to change min-height but its the same. Is there a way to manage how space i want between pages?

0
KM
Kostas Mantas
Accepted Answer
2 years ago #34659

Perfect thx!

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #34664

You are welcome.

0
KM
Kostas Mantas
Accepted Answer
2 years ago #36578
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #36689

I have replied to the post. Thanks.

0