- This topic has 16 replies, 2 voices, and was last updated 1 year ago by
rafel jesus.
-
AuthorPosts
-
March 30, 2020 at 1:24 am #1219162
rafel jesus
March 30, 2020 at 9:25 am #1219774Leo
StaffCustomer SupportHi there,
Can you guide me to the page in question?
The home page seems alright.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 30, 2020 at 9:40 am #1219789rafel jesus
Hi Leo.
https://proves.ccfoto.cat/actualitat/
ThanksBest wishes.
From Balaguer, near of BarcelonaMarch 30, 2020 at 11:11 am #1219900Leo
StaffCustomer SupportAny chance you can disable the caching plugin so I can take a closer look of the source?
Please make sure to do this every time a topic is opened.
Thanks 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 30, 2020 at 11:57 am #1219955rafel jesus
Hi
Do it.
ThanksBest wishes.
From Balaguer, near of BarcelonaMarch 30, 2020 at 12:08 pm #1219966Leo
StaffCustomer SupportLooks like you are using the contained option in the page builder container metabox which removes the default padding the customizer:
https://docs.generatepress.com/article/page-builder-container/If you use the Default option, then the content padding set in the customizer should apply:
https://docs.generatepress.com/article/content-padding/Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 31, 2020 at 1:58 am #1220463rafel jesus
Hi Leo.
I resolved the margin text in mobile version, thanks a lot for your help, but now I would like to resolve that in the mobile version, that you don’t see the image, and I would have a little margin at the top and bottom. Can I do it with Elements?Thanks
Best wishes.
From Balaguer, near of BarcelonaMarch 31, 2020 at 9:29 am #1221075Leo
StaffCustomer SupportSorry which element are you referring to?
I do see the image in mobile as well?
https://www.screencast.com/t/BdRN1obBDocumentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 31, 2020 at 9:40 am #1221093rafel jesus
Hi Leo.
My question is, how not to show the image in mobile version?
ThanksBest wishes.
From Balaguer, near of BarcelonaMarch 31, 2020 at 1:19 pm #1221348Leo
StaffCustomer SupportDo you want to hide the entire header element on mobile or want to remove the background image?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 31, 2020 at 1:36 pm #1221364rafel jesus
Hi.
Only The background I would the menu header.
ThanksBest wishes.
From Balaguer, near of BarcelonaMarch 31, 2020 at 2:24 pm #1221407Leo
StaffCustomer SupportTry this CSS:
@media (max-width: 768px) { .blog .page-hero { background-image: none; } .blog .page-hero h1 { color: #000000; } }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 31, 2020 at 11:37 pm #1221692rafel jesus
Hi Leo.
Perfect, that is in the general blog but in the post, ThanksBest wishes.
From Balaguer, near of BarcelonaApril 1, 2020 at 10:42 am #1222471Leo
StaffCustomer SupportNot sure if I fully understand.
So we are all good now?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 1, 2020 at 11:21 am #1222548rafel jesus
Hi leo.
Now with the CSS code doesn’t show the picture in the blog page, but for not show the picture in the single post, how can I do?
Thanks
Best wishes.
From Balaguer, near of Barcelona -
AuthorPosts
- You must be logged in to reply to this topic.