Skip to main content

Questions tagged [layout]

The layout tag is for questions about the placement, alignment and justification of objects with respect to a containing element. For questions pertaining to CSS, use the 'css' tag instead.

0 votes
0 answers
5 views

Dynamic Layout and Stylesheet Loading Issue in Nx Monorepo with Next.js

I'm working on a Next.js project inside an Nx monorepo. The project includes different layouts, each in its own package, and I need to load a specific layout and its corresponding global stylesheet ...
NECMI's user avatar
  • 106
0 votes
0 answers
20 views

Grid layout where one element can expand without affecting its row

I have grid layout like this: Here is the reproduction link: https://stackblitz.com/edit/stackblitz-starters-4y8ked?file=index.html And here is the code snippet with the grid styles: display: grid; ...
AnJ's user avatar
  • 614
0 votes
0 answers
9 views

Limit vertical growth of flex containers and display scrollbar instead [duplicate]

So i have this layout: https://stackblitz.com/edit/ya6vrj-qtzort?file=src%2Fapp%2Fcarousel-basic-demo.html <div class="flex flex-column border-1"> <div class="flex justify-...
Sebastian's user avatar
  • 816
0 votes
0 answers
21 views

Pixel tablet in AS emulator is not loading the correct layout version

My app has different layout versions for 'port', 'land', 'SW600dp' etc., which load correctly into the emulator for other devices such as Pixel 7a and Pixel C, but the emulator for the Pixel Tablet ...
BillC's user avatar
  • 155
0 votes
0 answers
13 views

I would like to freeze a row of a section name until I scroll at the next section

I have a table with a top row containing the type of the data (name, valu, unit etc) that can freeze easily, but that data underneath is divided by sections. I would like to freeze the top lane and ...
edwylin's user avatar
0 votes
0 answers
24 views

Flutter Login Layout Rendering

I'm facing an issue on rendering the login layout page. In some devices (iPhone, Android, pc) the page shows all the texts, in other no. To what could be due this behavior? I attached what I see in my ...
user2996767's user avatar
0 votes
1 answer
29 views

How to pass an instance of an object called via QQmlComponent::create to an existing QML element in the layout tree

I am in the process of developing a GUI, and during the development process there was a need to pass a dynamically created element into an existing Qml layout. I am using the following method to gen ...
Artur Mangus's user avatar
0 votes
0 answers
10 views

How to prevent adjacent delegates in a QML Flow from shifting when one expands?

I am working with a QML Flow layout in which I dynamically adjust the height of a delegate (Rectangle with id: zakaz) when a button is pressed. This expansion works as intended, pushing the delegate ...
Benjamin Gavrikovcky's user avatar
-1 votes
0 answers
23 views

How to capture the entire screen, including Bottom Sheets and other overlays in android kotlin?

` fun captureScreen(){ val myActivity = activity ?: return val view = myActivity.window.decorView.rootView view.isDrawingCacheEnabled = true view.buildDrawingCache(true) val bitmap ...
Subash K's user avatar
0 votes
1 answer
40 views

A column spanning 2 rows of grid but there are 2 grids in different elements

I have one .container class in my CSS with max-width: 1400px property. Now I have a layout in which there are two different sections with 2 columns and the first column of first section is spanning 2 ...
Yash Gorasia's user avatar
0 votes
0 answers
33 views

Using coord.fixed() in facetted ggplot creates white space above and below the plot in Rmarkdown (html, Pdf and doc)

Here is a short reprex valN <- 2000 valCorr <- .7 matCov <- matrix(c(1, valCorr, valCorr, 1), byrow = TRUE, ncol = 2) vecMeans <- c(0, 0) MASS::mvrnorm(n = valN, mu = vecMeans, Sigma = ...
cpsyctc's user avatar
  • 91
0 votes
0 answers
29 views

Display layout for a tree-like diagram

I am doing a project to display an org chart/flow and I want when I press a "Set layout" button to arrange the nodes in a strutured way, like from image 1 where they are scattered to image 2 ...
Valentin-Constantin Baltatescu's user avatar
-1 votes
0 answers
40 views

CSS : Flex layout - automatic resizing of columns

The flex layout will start with three columns. When the window becomes smaller, we will have a two-column layout. The first column will be on its own row, and the middle/right will share the space on ...
M. Al Jumaily's user avatar
-1 votes
1 answer
35 views

Using REM unit to secure its same position on the screen when font-size changes?

I'm trying to understand the behavior of REM units when used for element positioning. While pixels (px) maintain a fixed position regardless of font size, using REM seems to always lock the element's ...
Furkan KARADENİZ's user avatar
-2 votes
0 answers
29 views

Loosing CSS and layout breaks when logging out in WooCommmerce

I have a problem with my woocommerce, could anyone help me? When I'm logged in, the css is correct, the page is configured, but when I log out, it seems that the page loses the css settings and the ...
Douglas Batista de Abreu's user avatar

15 30 50 per page
1
2 3 4 5
1797