san2102
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mobile website display on the left@threadi for the 200px, It is a css code suggested from this forum:
The topic was: Block cover background adjust height for mobile:
The answer was:Hello there,
I understand you would like to change the height of the cover block (with the video in it).
I think you will need to use the .wp-block-cover selector for this:
@media only screen and (min-width: 200px) and (max-width: 800px) {
.wp-block-cover {
min-height: 100px !important;
}
}`Forum: Fixing WordPress
In reply to: Mobile website display on the leftHi again,
I want the first cover with diamonds full width (which I have selected full width in the bar tool) fixed for desktop and should be static for mobile and I put a second black image background as a cover (but I wasn’t able to select full width for this one) and I want full width. Now on mobile the first background is not visible anymore and should be static.
Thank you again
Forum: Fixing WordPress
In reply to: Mobile website display on the left@threadi Thank you for your response, so I found it was a CSS I added and I just changed the width for 1300 instead of 6000, it is better but I don t know how to center the page.
wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
width: 1300px;
z-index: 1;
}Thanks again
Forum: Fixing WordPress
In reply to: Prev/Next button centerHi thank you so much, it works great Thanks again
Forum: Fixing WordPress
In reply to: Prev/Next button center@gappiah Hi, is there a way to have the arrows bigger?
Thanks again
Forum: Fixing WordPress
In reply to: center shortcode embed YT videoSolved Thanks
Forum: Fixing WordPress
In reply to: center shortcode embed YT video@gappiah Thank you so much, it is working, the reason I am using shortcode it is because with YT block the video was very small and there was no place to adjust size, and I found this way more flexible to adjust the size of the video.
Thanks again for your time, very appreciated.
Forum: Fixing WordPress
In reply to: Prev/Next button centerHi again, you’re right, it works. Thank you so much.
I am very happy.Forum: Fixing WordPress
In reply to: Prev/Next button centerHi @gappiah, thanks for the quick response, the second script work very well, thank you.
For the first one center, unfortunately, it doesn’t move. Also, I tried align-items and align-content and nothing move.
Thanks for your time
Forum: Fixing WordPress
In reply to: Block cover sizeThank you so much for your time, I was able to manage the size of the 2 covers.
I am very happy.For the font button, I still have not the same font (I don’t know if one is bold and the other one not, they don’t look the same and I don’t know how to have both the same.
Also, the link open resume on hover is still black and not visible, I would like to have it white as well.Thanks again, it is very appreciated.
Forum: Themes and Templates
In reply to: [Gutenbiz] Underline MenuResolved
Forum: Fixing WordPress
In reply to: Menu with underlineThank you so much it works, very happy
Thanks againForum: Fixing WordPress
In reply to: Form Block change opacity fieldsForum: Fixing WordPress
In reply to: Block cover background adjust height for mobileForum: Fixing WordPress
In reply to: Trying to change Mobile Font color menu@weboccults Thank you so much. It works! Very happy thks again for your time.