Tagged: center, description, logo, site identity, title
- This topic has 12 replies, 2 voices, and was last updated 4 years, 9 months ago by
tobiaslavely.
-
AuthorPosts
-
October 11, 2018 at 9:51 pm #156577
tobiaslavely
ParticipantI have a wordpress website using the high responsive theme. When I first installed and started using the theme the logo image, title, and description were centered. Now if I switch to full-screen view in chrome it shifts all three to the right. This has never happened before until today.
my website is at http://www.organic-galaxy.com
Can anyone help me to keep it centered even if the site is in full-screen view?October 11, 2018 at 9:57 pm #156578tobiaslavely
ParticipantI just checked on firefox and it is doing the same thing as well. If anyone has any advice on how to fix this it would be greatly appreciated.
October 12, 2018 at 1:55 am #156594sapana
Participant@tobiaslavely:Go to=>Appearance=> Customize=> Additional CSS and Add the following CSS code
.header-center-layout .site-branding { width: auto; }
Let me know if this works out!
Kind Regards,
SapanaOctober 12, 2018 at 11:40 am #156625tobiaslavely
ParticipantThank you for the response but unfortunately, it was unsuccessful. Everything stayed to the right.
October 21, 2018 at 11:32 pm #157251sapana
Participant@tobiaslavely: Can you please make small changes in the code.
Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.header-center-layout .site-branding { width: auto !important; }
Let me know if this solve your issue
Kind Regards,
SapanaOctober 22, 2018 at 12:29 am #157259tobiaslavely
Participantthat worked! I appreciate it very much. thank you
tobiasOctober 22, 2018 at 1:05 am #157264sapana
Participant@tobiaslavely:
Hello, there,
I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/high-responsive/reviews/#new-post Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.Kind Regards,
SapanaNovember 4, 2018 at 9:46 pm #158503tobiaslavely
ParticipantHello, it’s me again. The CSS you suggested worked in Chrome and Firefox. However, it did not work in Safari. What steps can I take to resolve this issue?
November 4, 2018 at 9:54 pm #158504tobiaslavely
ParticipantOn second look… It works fine on safari desktop. It just doesn’t work for Safari on Ipad/Iphone. So let me know what you think.
November 4, 2018 at 10:55 pm #158511sapana
Participant@tobiaslavely:It’s working fine in my Iphone , you can check out the screenshot. Can you Please clear your cache or send me screenshot of your device if does not work out.
Kind Regards,
SapanaDecember 5, 2018 at 9:18 pm #160905tobiaslavely
ParticipantIt works fine in portrait layout but when you switch to landscape view or go to the site on a tablet the header image and text are not centered and shit back to the left. screenshot This is on android. If its not too much trouble will you check it out in landscape view on your iphone?
December 5, 2018 at 11:37 pm #160926sapana
Participant@tobiaslavely:Go to=> Customize=> Additional CSS and add the following CSS code
.header-center-layout .site-branding { margin: 0 auto; }
Let me know if this helps you out!
Kind Regards,
SapanaDecember 6, 2018 at 7:53 pm #161007tobiaslavely
ParticipantBeautiful! Well done! I appreciate it very much!
-
AuthorPosts
- The topic ‘Site Identity, Logo, Title, Description not centered.’ is closed to new replies.