Blue Evolution 2.1

Started by TwitchisMental, July 16, 2021, 05:28:27 PM

Previous topic - Next topic

Steve

That is true.

Thank you for a great theme. I have to do minor alterations to some colors because of my old, tired eyes but still, a great theme!  ;D
My pet rock is not feeling well. I think it's stoned.

TwitchisMental

Quote from: Steve on April 21, 2022, 05:45:23 AMThat is true.

Thank you for a great theme. I have to do minor alterations to some colors because of my old, tired eyes but still, a great theme!  ;D
Thank you, glad you like it :).

Steve

I do have one question ... probably one I should know but it escapes me at the moment ...

How do I make the header, where the logo is, expand to fit the width of the forum no matter what the width is. I set mine to 95% and the header/logo doesn't expand with it.
My pet rock is not feeling well. I think it's stoned.

TwitchisMental

Quote from: Steve on April 21, 2022, 08:13:46 PMI do have one question ... probably one I should know but it escapes me at the moment ...

How do I make the header, where the logo is, expand to fit the width of the forum no matter what the width is. I set mine to 95% and the header/logo doesn't expand with it.
All you should need to do is go to line 1097 of the custom.css.

#top_section .inner_wrap, #wrapper, #header, #footer .inner_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

Change the max-width: 1200px; to whatever width you need.(1600px is a good one for wider screens) You shouldnt't need to touch any other width settings.

Steve

That's actually in index.css and no matter what I change it to, nothing changes.
My pet rock is not feeling well. I think it's stoned.

TwitchisMental

Quote from: Steve on April 21, 2022, 08:58:49 PMThat's actually in index.css and no matter what I change it to, nothing changes.
*Double Checks*
Well then... Try the custom.css that I have attached .

I added that code to the custom.css and changed max-width to 1600px and width to 100%.

That should work and with your confirmation that it does, I will upload a new package overall. As this could be an issue for anyone wanting to change the overall width.

Steve

#86
Still no change so let's make sure we're on the same page ...

Attachment 1 is how it looks normally. Attachment 2 is how it looks if I increase the forum width to 95%.


Edit: your new custom.css does work but it doesn't change with the window size.

Attachment 3 is how it looks with my browser window maximized. Attachment 4 is how it looks if I change the size of the window. The forum doesn't change with the change in window size.

My monitor resolution is 1920 x 1080.
My pet rock is not feeling well. I think it's stoned.

TwitchisMental

That should not be occurring. It should adapt to the window size. I can confirm it does for me.  I did notice a different background in attachment 4. Did you change some responsive settings?

Here is what it looks like for me in windowed mode at about 880px wide.

You cannot view this attachment.

If this is a live site, you could always PM me the link, so I can see the issues live.  If not no worries, just makes things a bit easier.

Steve

I haven't changed anything but some color tones.

And sure, you can see the site, can you do it as a guest or do you need to be a member?

Also, is adding this code the only change you made to the custom.css attached above?

#top_section .inner_wrap, #wrapper, #header, #footer .inner_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
My pet rock is not feeling well. I think it's stoned.

TwitchisMental

Quote from: Steve on April 22, 2022, 12:34:51 PMI haven't changed anything but some color tones.

And sure, you can see the site, can you do it as a guest or do you need to be a member?

Also, is adding this code the only change you made to the custom.css attached above?

#top_section .inner_wrap, #wrapper, #header, #footer .inner_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
Yes but I changed the max-width to 1600px and the width to 100% to get the result you were looking for.

I do not need to be a member just need the link :).

Steve

Oops... I meant to change those to numbers but forgot in my above post.

PM sent.
My pet rock is not feeling well. I think it's stoned.

TwitchisMental

Quote from: Steve on April 22, 2022, 01:25:35 PMOops... I meant to change those to numbers but forgot in my above post.

PM sent.
No worries just making sure we are both on the same page.

Check your PMs. I will be able to find a solution a-lot quicker and release another patch if needed.

Steve

You're all set. Let me know if you need anything else.
My pet rock is not feeling well. I think it's stoned.

Steve

Also, if you enable 'Maximum length of last/first post preview' in Forum -> Topic Settings, the text you get when hovering over a topic title is unreadable.
My pet rock is not feeling well. I think it's stoned.

TwitchisMental

Quote from: Steve on April 22, 2022, 02:14:31 PMAlso, if you enable 'Maximum length of last/first post preview' in Forum -> Topic Settings, the text you get when hovering over a topic title is unreadable.
Can confirm this one. Will be sure to add that to the list of fixes. Thank you for reporting this :).

Steve

Hey, my pleasure. Love your theme and use it 24/7 so I figured you'd want to know about anything I find.  ;D


And as I said in PM, I apologize for the above problem I reported when the culprit seems to be a mod.
My pet rock is not feeling well. I think it's stoned.

TwitchisMental

Quote from: Steve on April 22, 2022, 02:26:00 PMHey, my pleasure. Love your theme and use it 24/7 so I figured you'd want to know about anything I find.  ;D


And as I said in PM, I apologize for the above problem I reported when the culprit seems to be a mod.
Glad you love it :).

No need to apologize because we still found the cause :).

 If you are after a specific width of the overall forum I can assist you in doing so.

Steve

I'm after 98% width whether the window is maximized or not.

And I really appreciate all the help. Thank you.  ;D
My pet rock is not feeling well. I think it's stoned.

TwitchisMental

Quote from: Steve on April 22, 2022, 02:33:48 PMI'm after 98% width whether the window is maximized or not.

And I really appreciate all the help. Thank you.  ;D
Gotcha we got two small changes to make.

Open Custom.css

Find :
#top_section .inner_wrap, #wrapper, #header, #footer .inner_wrap {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

Change to

#top_section .inner_wrap, #wrapper, #header, #footer .inner_wrap {
    max-width: 98%;
    margin: 0 auto;
    width: 98%;
}

Find :
#header {
    background: rgb(28, 27, 27) url(../images/custom/header.png) repeat-x;
    padding: 0px;
    display: flex;
    align-items: flex-end;
    min-height: 100px;
    width: 100%;
}

Change to

#header {
    background: rgb(28, 27, 27) url(../images/custom/header.png) repeat-x;
    padding: 0px;
    display: flex;
    align-items: flex-end;
    min-height: 100px;
    width: 100%!important;
}

Steve

Now we're back to the header issue. It doesn't expand to the width of the rest of the forum. You still have your account if you want to take a look.
My pet rock is not feeling well. I think it's stoned.

Advertisement: