-
Author
-
July 23, 2018 at 19:55 #204524OceanglimParticipant
Hello,
Is it correct that a notice from admin shows below footer??
Feels a little hard to “notice” ;)…/Oceanglim
Attachments:
You must be logged in to view attached files.July 25, 2018 at 10:15 #204613LauraModeratorHello, i can try to move it, how can i view it?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 27, 2018 at 15:37 #204834LauraModeratorHello, try with this css
COPY CODEdiv#sitewide-notice { margin-top: -140% !important; background: #ff5392 !important; color: white !important; } div#sitewide-notice p { font-size: 18px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 12, 2018 at 21:10 #206155OceanglimParticipantHello Laura!
Thaaank you!! Looks much better now!I had to change from -140% to -136% to not make it lap over the logo and menu. And also I changed from 18pxl to 16pxl to give space enough for my message without overlapping the Profile Name :).
BUT in mobile version it ends up in footer infront of the background but behind the widgets, so it’s like double exposure, if you understand what I mean..
Can you make it get the same placement as on desktop version? That would be great!Thank you very much!! 🙂
Attachments:
You must be logged in to view attached files.August 13, 2018 at 13:25 #206211LauraModeratorHello, use this and edit until you like it 🙂
COPY CODE@media only screen and (max-width: 940px) { div#sitewide-notice { margin-top: -140% !important; background: #ff5392 !important; color: white !important; } div#sitewide-notice p { font-size: 18px !important; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 5, 2018 at 19:00 #214787OceanglimParticipantThank you very much Laura! Sorry for not thanking you before!
I just realized it shows even at frontpage. Is it possible to have it shown only at users profile pages?
Or have another placement for the notice at Homepage? Cause when I adjust the settings so it will look good at Profile Page, then it ends up att terrible position at Home Page, if you understand what I mean..:)
Thanks
OceanglimDecember 7, 2018 at 00:59 #214865LauraModeratorHello, well, try this:
COPY CODEdiv#sitewide-notice { display:none; } .profile #sitewide-notice { display:block !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.