Hi,

I read the discussion and noticed that you didn't like bluebreeze with a small margin on the left and on the right. For me, this is the only thing I dislike about the theme. It looks like it is floating out of the browser window. The fixed version is an alternative but it just looks too small on normal resolutions and I would prefer a fluid width. Is it possible to make this an option in the theme? Or to provide a short description of the required changes to have a margin on the right/left? Unfortunately I don't know that much about css so I can't customize it myself. All help appreciated.

Thanks

..- Wonderland

CommentFileSizeAuthor
#2 margin_0.patch487 bytesFrando
#1 margin.patch487 bytesFrando

Comments

Frando’s picture

Status: Active » Closed (works as designed)
StatusFileSize
new487 bytes

With the reworked layout structure in the most recent version, it's super-easy to create a margin on the left and right (just one line for the margin and 2 lines for the borders).

Patch is attached (it only works with the most recent version, both HEAD and 4.7.x, so don't forget to upgrade.

However, I won't apply this. I still like it better without a margin.

Frando’s picture

StatusFileSize
new487 bytes

With the reworked layout structure in the most recent version, it's super-easy to create a margin on the left and right (just one line for the margin and 2 lines for the borders).

Patch is attached (it only works with the most recent version, both HEAD and 4.7.x, so don't forget to upgrade.

However, I won't apply this. I still like it better without a margin.

wonderland’s picture

Thanks a lot. However, I had to add some more tweaks, because the patch only gives a margin for the content, not for the header and the footer. I changed the following as well:

- for #primary ul: set "right: 23px;" instead of 3px.
- for #header: change margin to "margin: 8px 20px 0 20px;"
- for #footer: change margin to "margin: 0 20px 10px 20px;"

..-Wonderland