Basic Header Multi Rows Center Logo Width Size - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Basic Header Multi Rows Center Logo Width Size

JK

Jeffrey Kiefer

SP Page Builder 3 years ago

Using default Helix Ultimate template under basic -> header -> multi rows I am unable to set the logo width. I also do not know where to find the place to change the header logo backround and heigth as the header -> height does not seem to have any effect.

0
15 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #96589

No worries.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #95551

Hi

Thanks for contacting us. Use this custom CSS


#sp-header{

    background: rgb(99 209 236) !important;
    height: 165px !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

-Regards.

0
JK
Jeffrey Kiefer
Accepted Answer
3 years ago #95553

No that increased the height of the main menu not the header area and did nothing to fix the logo issue.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #95723

Give me a screenshot of that portion which you want to increase.

0
JK
Jeffrey Kiefer
Accepted Answer
3 years ago #95740

Thank you for offering to help me with this. I haven't used center logos in SP Page builder and am now trying to master it, or at least not suck at it. Included in the screen shot is an image of what I am trying to acheve. It is pretty simple and I am suprized that Helix is having a problem with it. Here are the first 3 issue I am having.

  1. In the desktop version where do I set the size and color for the top row that contains the desktop logo?
  2. Where do I set the image dimentions for the desktop logo? As it is now it is not scaling correctly.
  3. In mobile view the top row is visable and does not "hide".

Screen Shots

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #95957

Hi

You can set the logo height and width by using this custom CSS

.logo-image {
    height: 150px !important;
    width:100% !important;
}

For changing the background color and size use this one

#sp-header-topbar{
    height:200px !important;
    background-color:#0dcaf0 !important
}

Mobile topbar hide use this


@media (max-width: 844px){
#sp-header-topbar{
    display:none;
}
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
JK
Jeffrey Kiefer
Accepted Answer
2 years ago #95978

Thank you but this is not working for me.

0
JK
Jeffrey Kiefer
Accepted Answer
2 years ago #96080

I have looked at this issue throughly and believe the issue I am having with the center logo not being able to expand horozonally is it is confined to the center column with a column on each side for socail media and contact info. I have these two features turned off and the unused columns do not colapse.

Please tell me how I may fix this.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #96088

I dont understand which one is not working for you???

0
JK
Jeffrey Kiefer
Accepted Answer
2 years ago #96183

I can make the logo height work fine but the logo width does not work. As the above logo clearly shows.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #96255
0
JK
Jeffrey Kiefer
Accepted Answer
2 years ago #96263

Yes the mobile version is great. However the desktop version is buggy. I am not able to increase the size of the desktop center logo. I can make it taller but not wider.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #96352

Sorry, there is no other option to do it. You may use photoshop for that.

0
JK
Jeffrey Kiefer
Accepted Answer
2 years ago #96378

I don't understand your answer. There is not enough template space in the center to increase the width of the logo. It is a SP Page Builder issue not a problem with the image. Perhaps someone else on the team can understand my issue?

0
JK
Jeffrey Kiefer
Accepted Answer
2 years ago #96561

Never mind a cetered logo is not possible with the presets. I have moved on to a different solution.

0