Edit black space on Github Pages dinky theme - github

I made a website using GitHub pages and chose this theme called "Dinky Theme"
https://github.com/pages-themes/dinky
I like the layout and color but when I finished building the website, there was too many black space on the both end (left & right).
Is there any way I could edit it so that there is less space on both left and right?
thank you

Related

Flutter ios and statusbar text color

I read dozens of questions and answers, I read a lot of articles and tried a lot of things, I can't get the status bar text of my app to be white on ios. so first here's a screen shot.
I obviously want it white. Here is what I tried :
I first tried using the theme of my CuppertinoApp, especially the brightness property
I tried using SystemChrome.setSystemUIOverlayStyle to set the statusBrightness
I tried using the Info.plist of my app to set the brightness, and it worked, as in, it is white during the loading, but then, it becomes black when the app really starts.
I tried this package : https://pub.dev/packages/flutter_statusbarcolor and it works too for about 0,2 second, I see the text being white, and then black again.
Every test I did, I used both brightness settings to avoid any misunderstanding and every time I completely refreshed the whole app to avoid any cache problem. What am I missing ?
To make the text and icons white on the status bar use the below code anywhere in your code, ideally in main or in one of the top level widget's build.
SystemChrome.setSystemUIOverlayStyle(
SystemUiOverlayStyle(statusBarBrightness: Brightness.dark)
);
Then re-run your app just incase to see the changes.
p.s: To make the icons dark again use Brightness.light
It seems like there's no other answer than this :
How can i change status text bar color
I'll let people appreciate the time Hugo Passos spent documenting it.

Change position of logo and search box in Magento 2 luma theme?

In Magento 2 I want to put the search box on the left side and the logo in the center on the Luma theme.
XML and CSS is fine changes are fine.
I have tried all the recommended solutions I found, but they screw up the responsive theme with CSS change only.
I also tried moving the block:
<move element="block.search" destination="header-wrapper" before="logo" />
Then changed the float to left for the search box.
But that did nothing. The search box is still right of the logo.

Changing colors in the modern UI seems impossible

We have a client with many companies and they want each company to have their own user interface color. Makes sense. But when I go to add a new user interface color, before I do anything other than change the name of the profile, the menu screen appears completely messed up and will not allow a selection on the screen. The classic UI works fine. But of course the customer wants the new UI. Anyone else experience this or know how to fix it?
Most of Acumatica can still be customized the same way as explained in the Classic UI guides.
https://adn.acumatica.com/blog/acumatica-customization-theming-white-labeling/
http://asiablog.acumatica.com/2015/12/doing-personalized-demo.html
Here is a quick example where I changed the background color to brown by using my "Brown" theme.
As you can see, I also managed to change the Modern UI top bar color to orange. To do this, you need to create an extra css file in your Website\Content folder. Just follow the filename convention which is Site{Theme}.css

Is it possible to customize the Square Checkout page at all?

The Square Checkout page looks kind of plain. Is there a way to adjust the colors or add a logo even? It would be ideal if it used the logo from the location that it's associated with. Is this possible?

Adobe Muse,Mobile,Page layout,Left aligned,Right side gap,

I have created a website using Adobe Muse and have uploaded the site to the ftp server . The website is live and is as designed when looked via a desktop. But when the same site is being viewed from a mobile, the entire page is getting left aligned and there is a gap to the right side. I even made a phone layout and uploaded the same to the ftp server and the problem still persists. Ive googled a lot and inserted html code into the metadata to make the site centered but in vain. Nothing works . I have a tight deadline and would really be grateful for any quick help.
maybe your images are placed in pixels... If I am right
try using a rectangular tool... fill it with image then make the width 100%
to view the sample image click here
The size of mobile layout in muse is fix... I think the mobile you are using have different size... so just start using % on placing the images like the background etc.
There's a setting that was causing my content to be left-aligned in the phone layout.
Click Page > Page Properties
There's an un-marked button to the far right of Padding - click this and set it to centered. By default it is left-aligned.