- This topic has 21 replies, 4 voices, and was last updated 1 year, 6 months ago by
David.
-
AuthorPosts
-
December 9, 2020 at 10:46 pm #1573846
Bruce Wayne
how to positioning text and picutre widget in header
December 9, 2020 at 10:50 pm #1573856Bruce Wayne
here is my site , i want to move text widget to the center and stick picture widget at the right side
December 10, 2020 at 12:46 am #1573951Elvin
StaffCustomer SupportHi,
You can try adding this CSS:
@media(min-width:769px){ .header-widget { position: absolute; width: 100%; max-width: 100%; display: flex; justify-content: flex-end; } aside#text-15 { position: absolute; left: 50%; transform: translate(-50%, -50%); top: 50%; } }
This will be the result: https://share.getcloudapp.com/mXu518wN
A wise man once said:
"Have you cleared your cache?"December 10, 2020 at 12:55 am #1573954Bruce Wayne
working , also how to move the right picture widget a bit right about 10px ?
Thanks.
December 10, 2020 at 1:01 am #1573960Elvin
StaffCustomer Supportworking , also how to move the right picture widget a bit right about 10px ?
Thanks.
add this CSS:
aside#media_image-16 { margin-right: 10px; }
A wise man once said:
"Have you cleared your cache?"December 10, 2020 at 1:36 am #1573985Bruce Wayne
working , last question how to shift it below about 10px ?
December 10, 2020 at 1:44 am #1573989Bruce Wayne
also how to check what widget name is ??
like text-15 and media_image-16
December 10, 2020 at 2:13 am #1574030Bruce Wayne
Hi Elvin before is my dummy site but when i’m going to adapt with my site its not showing properly can you check ? here is my site for now
December 10, 2020 at 2:26 am #1574043Elvin
StaffCustomer Supportalso how to check what widget name is ??
like text-15 and media_image-16
You can inspect the page source for its DOM structure by right clicking the page and clicking “Inspect”.
A wise man once said:
"Have you cleared your cache?"December 10, 2020 at 2:39 am #1574051Elvin
StaffCustomer SupportHi Elvin before is my dummy site but when i’m going to adapt with my site its not showing properly can you check ? here is my site for now
You may have broken the CSS syntax when you added:
aside#media_image-16 { margin-right: 10px; }
I’ve checked your site and its missing a
}
. Also, you’ve changed thetop
property value of#text-15
to400%
and the dimensions of#media_image-16
to 1×1.A wise man once said:
"Have you cleared your cache?"December 10, 2020 at 3:30 am #1574100Bruce Wayne
i think the syntax is now good , can you please check it’s still now showing properly
December 10, 2020 at 3:36 am #1574109Bruce Wayne
sorry it’s still not !! showing properly
December 10, 2020 at 3:51 am #1574122태석
Site library of “service” is being used.
The title logo on the mobile screen is not changed.
It does not change in the site identity.
Is there a solution?December 10, 2020 at 5:16 am #1574221David
StaffCustomer SupportHi @x700face can you raise a new topic where we an help directly with your issue.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 10, 2020 at 5:22 am #1574226Bruce Wayne
any update for this ?
-
AuthorPosts
- You must be logged in to reply to this topic.