Home › Forums › Arnold WordPress Theme › Few thing to solve
- This topic has 7 replies, 2 voices, and was last updated 5 years ago by
SeaTheme.
-
AuthorPosts
-
May 23, 2021 at 3:21 pm #24866
Hi,
I have few issues to solve on my test site testarnold.b52.com.pl:
– I got custom CSS code from You to jutify wp cntact form 7 lines. That worked OK but there’s a mionor issue: the first line under Twoje imię i nazwisko has more vertical gap. (https://testarnold.b52.com.pl/kontakt/)
– same page, I put a hyperlink around wp map to get directions in a new window/tab. If I switch back to the page, there is a blue frame around the ma. I tried to remove it but no luck. (<div style=”border-style: none”>)
– if You compare the vertical position of every page’s title to every post or portfolio item (both are set as posts) You will see that the portfolio items and posts are lower (more space from top). Can I move posts and portfolio items up a bit? I cannot see any place to set this.Regards
Marcin LontkowskiMay 24, 2021 at 1:47 am #24869Hi,
Please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
1..wpcf7-form input[type="text"] { height: auto!important; }2.
.gm-style iframe + div { border:none!important; }3.
body.single .title-wrap-tit { margin-top: 0px; }ps: The default is 20px, it can be set as a negative number
May 27, 2021 at 5:22 am #24954Hi,
ad. 3 I was give and have applied following code:
body.single .title-wrap-tit {
margin-top: 0px;
}It seems to adjusts all the titles’ vertical positions, including pages, posts etc.
However, my concern is, that posts show their titles lower than pages and I wanted to even that so I’m looking for a solution to influence the title’s position of pages or posts separately.Regards
May 28, 2021 at 3:00 am #24966May 28, 2021 at 4:41 am #24968Hi
It doens’t work maybe because I set all the portfolio items as post type
Please compare:
https://b52.com.pl/druk-najwyzszej-jakosci/ (post as portfolio-item)
https://b52.com.pl/en/offer/ (page)If You also look at https://b52.com.pl/en/offer/You will see 7 buttons on bottom. They are in 2 blocks, Every block equals one row. Is it posible to set all of them in single block and could they break the line and look as this? I tried to pust all of them in one block but they were only squeezed and still fitted one row althought they were impossible to read. The problem is even worse on mobiles, Even this layout looks bad there. But if I leave only 2 buttons each row they don’t fill the row on desktop etc.
Kind regards
MarcinMay 28, 2021 at 1:50 pm #24983Hi,
1. I found the custom CSS is not added on the 2 pages:
https://b52.com.pl/druk-najwyzszej-jakosci/ (post as portfolio-item)
https://b52.com.pl/en/offer/ (page)Please disable your cache plugin.
2. Please try to paste the custom CSS code to “Appearance > Customize: Additional CSS”
.btn-mod-wrap.btn-162177079462 { flex-wrap: wrap; padding: 0 10% 0; } .btn-162177079462 .ux-btn { margin-bottom: 20px; } @media(min-width:768px){ .btn-mod-wrap.btn-162177079462 { padding: 0 10% 0; } }162177079462 is the Button module ID
Regards!
May 28, 2021 at 4:40 pm #24985Hi,
Enabled, disabled-works the same. I always clear cache when I’m modifying any page/setting.
With or without ls cache, the code:
body.single.single-ux-portfolio .title-wrap-tit {
margin-top: 0px;
}
changes position of both pages and posts and not only one of them. I put different values, still both types are affected.
I can see a phrase: single-ux-portfolio in the code but please note I don’t use ux-portfolio type at all. I use only pages and posts (as both blog and portfolio items).Regards
May 29, 2021 at 1:39 am #24989Hi,
For the Single Posts like https://b52.com.pl/druk-najwyzszej-jakosci/
body.single .content_wrap_outer { padding-top: 0px; /*title top spacing, default is 40*/ } body.single .article-meta { margin-bottom: 20px; /*title bottom spacing, default is 80*/ } /*for mobile:*/ @media (max-width: 767px) { body.single.responsive-ux h1.title-wrap-tit { margin-top: 0; } body.single:not(.page_from_top).responsive-ux .content_wrap_outer { padding-top: 0px; } body.single.responsive-ux .article-meta { margin-bottom: 0; } }For the Pages like https://b52.com.pl/en/offer/
The title is built by the Text module of BM Content Builder, refer to how to adjust the module spacing: https://doc.seatheme.net/sea-content-builder-plugin/bm-content-builder-introduction/#top-bottom-spacing
Can you please stop the cache plugin for now? Or we cannot find where is wrong. It will save you a lot of time. You could enable it after the website creation is completed.
-
AuthorPosts
- You must be logged in to reply to this topic.
