Jump to content
WebFlake
  • 0

Logo/banner issue


vpk

Question

IPS 4.4

How would i go about making this banner more central and inline with the red lines, and pushing the sign in/up buttons just below the banner image??

Using the theme, Deflection.

Thanks

Screenshot_1.png

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

in your actual code you have some custom css directly in template so if is not your is the template himself and many code have many error so best choice is change theme because this one is very creepy

But if you would anyway keep this one and have logo alone and center add this in your custom css

.ipsLayout_container.header-align {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

1629303795_Annotation2019-03-21151455.thumb.jpg.d3658b8c2f56c4dee9efc70d4b6f6d49.jpg

Best Regards
Titcrunch

French webdesigner in camel Design, Support, help and tutorials in : Forum Camel Design.

Link to comment
Share on other sites

  • 0
59 minutes ago, titcrunch said:

is your custom css with your bad flex code who block your logo at this place

I currently dont have anything in my custom.css other than the background url?

Im unsure on what you mean by bad flex code?

Link to comment
Share on other sites

  • 0
3 hours ago, titcrunch said:

in your actual code you have some custom css directly in template so if is not your is the template himself and many code have many error so best choice is change theme because this one is very creepy

But if you would anyway keep this one and have logo alone and center add this in your custom css


.ipsLayout_container.header-align {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

 

That works, thank you! 

Two side questions.

1. Do you happen to know how i would go about moving the sign in/up navigation bar above the logo? 

http://prntscr.com/n13wvl

2. Removing the grey background colour behind the logo itself?

Thank you again!

Link to comment
Share on other sites

  • 0
The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  • Support Team - September 9th, 2017 - June 8, 2018
  • Junior Moderator - December 14th 2018 - November 16th, 2019
  • Designer - November 16th, 2019 - June 5th, 2020
  • Moderator - June 5th, 2020 - August 28th, 2020
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...