This topic has 7 replies, 2 voices, and was last updated 5 years by Laura.

  • Author
  • #204524
     Oceanglim
    Participant

    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.
    #204613
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #204742
     Oceanglim
    Participant
    This reply has been set as private.
    #204834
     Laura
    Moderator

    Hello, try with this css

    COPY CODE
    
    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 solution

    Laura 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 🙂

    #206155
     Oceanglim
    Participant

    Hello 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.
    #206211
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #214787
     Oceanglim
    Participant

    Thank 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
    Oceanglim

    #214865
     Laura
    Moderator

    Hello, well, try this:

    COPY CODE
    
    div#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 solution

    Laura 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 🙂

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?