Home › Forums › Air WordPress Theme › Module Width, Slider Transition & Logo Spacing
- This topic has 7 replies, 2 voices, and was last updated 4 years, 7 months ago by
bkopke.
-
AuthorPosts
-
October 14, 2021 at 6:55 pm #25973
Hi there – I’m working with the AIR WordPress theme and was hoping you could help come up with a few solutions to the following;
1. Modules appear to be a percentage of the width, lacking an option to go fullwidth. For example, how would I add a “Promote” module that uses the width of the container (as opposed to 75-85%)?
2. Is it possible to change the the BM Slider’s transition to, for example, a fade?
3. What’s the best way to add some spacing above and below the header logo – especially in the sticky header?Thanks!
October 15, 2021 at 12:24 am #25974One additional question; how would I change the hover color of the underline/bottom border in the navigation?
October 15, 2021 at 1:37 am #25977Hi there,
Welcome to SeaTheme forum.1. Please insert a Promote module(set 3/4 width) into a Fullwidth wrap(refer to screenshot: https://www.dropbox.com/s/aldthi0febjd4fw/QQ20211015-092555.jpg?dl=0 ), click setting on the Fullwidth wrap. Add a name, like abcd.
Please paste the custom CSS to make Promote centered:
#abcd > div > .row { display: flex; justify-content: center; }To set Promote a different width by CSS:
@media (min-width: 992px) { #abcd .col-md-9 { width: 85%; } }(All custom CSS should be pasted into “Appearance > Customize: Additional CSS”)
2. It is not possible for now. We will check if it is possible to add the feature.
3. Please add the custom CSS(add 10px on top/bottom padding):
.logo-image { padding: 10px 0; }on sticky header(add 5px on top/bottom padding):
.header-scrolled .logo-image { padding: 5px 0; }4. It’s possible by the custom CSS:
#navi_wrap a:before, .footer-menu a:before, .socialmeida-text:after, #navi li.menu-item > a:before { background-color: #ccc; }
October 19, 2021 at 7:50 pm #25996Thank you! We do have two more questions, apologies;
1. How would we control the space above and below a project title on an individual project page? At present it feels like there’s a lot of white space.
2. There does not appear to be a “post” module. How can we add a list of posts (by category) to a page?Thanks again!
October 20, 2021 at 1:20 am #25997Hi,
1.It is possible by custom CSS(“Appearance > Customize: Additional CSS”), like:
@media (min-width: 768px) { .single-portfolio-fullwidth-slider .title-wrap, .single-portfolio-fullscreen-slider .title-wrap, .single-portfolio-fullwidth .title-wrap { padding-top: 160px; } } @media (max-width: 767px) { /*For mobile*/ .responsive-ux.single-portfolio-fullwidth-slider .title-wrap, .responsive-ux.single-portfolio-fullscreen-slider .title-wrap, .responsive-ux.single-portfolio-fullwidth .title-wrap { padding-top: 100px; } }2. The portfolio and blog are built by page templates(screenshot).
refer to: https://www.youtube.com/watch?v=JBeEQjp8lKw
October 21, 2021 at 8:15 pm #26008Thanks again! These all worked, though we’re hoping to reduce the spacing below the project title on individual project pages as well. There’s still quite a bit of white space between title and gallery (in our case we’re using a “gallery” post set to “standard gallery”).
October 22, 2021 at 2:50 am #26011October 22, 2021 at 4:36 pm #26017Perfect, thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.
