Home › Forums › Air WordPress Theme › Post Page width
- This topic has 6 replies, 2 voices, and was last updated 5 years, 2 months ago by
SeaTheme.
-
AuthorPosts
-
March 22, 2021 at 7:55 am #24114
Hi,
Is it possible for me to align my post page content to the main header layout?
Something like this:Left————————————-Right
Site Logo—————————–Menu
Project Title———————————
Project Image——————————
Prev button—————–Next buttonCurrently it is center aligned.
March 23, 2021 at 1:39 am #24120Hi,
Please try to set the Text align as Left: https://www.dropbox.com/s/dx236tjvkhxzz3e/qq20210323-093659.jpg?dl=0
If it is not what you want, please leave a single gallery post URL of your website. I need to check the lived webpage, thanks!
March 23, 2021 at 3:56 am #24125This reply has been marked as private.March 23, 2021 at 3:56 am #24126This reply has been marked as private.March 24, 2021 at 1:20 am #24134Please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
@media (min-width: 1200px){ .single-format-gallery .container, .single-format-gallery.bordery20px .container, .single-format-gallery.bordery30px .container, .single-format-gallery.bordery40px .container, body.single-format-gallery:not([class*="bordery"]) .post-navi-single > .container { width: 100%; padding: 0 60px; } } @media (min-width: 992px){ .single-format-gallery .container, .single-format-gallery.bordery20px .container, .single-format-gallery.bordery30px .container, .single-format-gallery.bordery40px .container, body.single-format-gallery:not([class*="bordery"]) .post-navi-single > .container { width: 100%; padding: 0 60px!important; } } @media (min-width: 768px){ .single-format-gallery .container, .single-format-gallery.bordery20px .container, .single-format-gallery.bordery30px .container, .single-format-gallery.bordery40px .container, body.single-format-gallery:not([class*="bordery"]) .post-navi-single > .container { width: 100%; padding: 0 60px!important; } }
March 24, 2021 at 7:17 am #24138Works well, thank you!
Sorry but I have another follow up question:
How do I decrease the spacing between the Title and Image?March 25, 2021 at 1:39 am #24147You are welcome!
Please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
@media (min-width: 768px){ .gallery-post-des { margin-bottom: 0px; /*default is 120px*/ } } @media (max-width: 767px){ .responsive-ux .gallery-post-des { margin-bottom: 0px; /*default is 60px*/ } }
-
AuthorPosts
- You must be logged in to reply to this topic.
