Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1165165
    pablomalatino
    Participant

    Hi,

    I want to add a border to the container of this contact form (view the attachment) How can I do this?

    Is it possible to put the Logo on the right instead on the left?

    Thanks!

    #1165783
    Rupok
    Member

    Hi there,

    Thanks for writing in! Yes it would be possible with some CSS. To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1166664
    pablomalatino
    Participant
    This reply has been marked as private.
    #1166993
    Joao
    Moderator

    Hi There,

    To put the logo on the right of the side bar please add the following code to Appereance > Customizer > Custom > CSS

    @media (min-width: 769px) {
    .x-brand  {
      float: right;
      margin-left:60px;
    }}
    

    And to add a border to your contact form please add the following code:

    .page-id-31 .entry-wrap {
         border: pink;
        border-style: solid;
        border-width: 15px !Important;
    }

    Hope it helps

    Joao

    #1167883
    pablomalatino
    Participant

    Thanks!!! It works, perfectly

    #1168053
    Joao
    Moderator

    Glad to hear it,

    Let us know if we can help with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1165165 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>