Logo Height Page Builder Pro 6.6 - Question | JoomShaper

Logo Height Page Builder Pro 6.6

NS

Niels S.

SP Page Builder 1 week ago

Hi folks,

where can I adjust the logo size? I tried .svg and .png; I changed .css and tried everey submenu of page builder - but it remains too small for me:

http://management-nachfolge.de/index.php

Regards

Niels

0
6 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #227285

Hi,

Thanks for contacting us.

Increase the Logo Height value for desktop, tablet and mobile as needed. You may also need to increase the Header Height so that the larger logo fits properly.

If the logo is still too small, its width may be limited by the logo column. You can try adding the following code under:

Template Options → Custom Code → Custom CSS.

You can use this CSS in your custom.css file

@media (min-width: 992px) {
    #sp-header .logo-image, #sp-header .logo {
        height: auto !important;
        width: 260px !important;
    }
}

You can adjust 260px and 300px according to the required size.

-Regards.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 week ago #227282

Hi there,

Thank you for reaching out, and I apologize for any inconvenience caused by this oversight. To better address the issue, could you kindly provide Joomla administrator access? This will enable me to thoroughly investigate the matter and provide you with a prompt resolution.

I appreciate your cooperation and will ensure to get back to you as soon as possible.

Best regards,

Toufiqur Rahman (Team Lead, Support)

0
NS
Niels S.
Accepted Answer
1 week ago #227288

Thank you, I used the provided code!

I do not want to mix up to much questions, but where can I change the layout? I want to delete the "search" section, but it looks in this version like I can only change position but not delete.

I am sure that this was not a problem in the old versions.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #227315

Hi,

If you want to remove the search then you can use this CSS in your custom.css file

.top-search-wrapper {
    display: none !important;
}
0
NS
Niels S.
Accepted Answer
1 week ago #227380

Thank you!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #227382

You are always welcome.

0