Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1273706
    whollyh2o
    Participant

    Hi there, I’m writing because I followed suggestions from an earlier post about this topic and I’ve applied the suggestions but it’s not quite working.

    I’d like to round all of the corners on my page containers and have applied the following code to the Custom CSS:

    .x-container.main:before
    {border: all; border-radius: 15px;
    margin-top: 25px;}

    But it’s only rounding the top and bottom corners on the right while the corners on the left are still sharp.

    Wholly H2O, Mainstreaming Water (Re)Use

    Thanks!

    #1274120
    Rupok
    Member

    Hi there,

    Let’s try updating your code to following :

    .x-container.main::before {
      border-radius: 15px;
      left: -6%;
      margin-top: 25px;
      width: 80%;
    }

    Hope this helps.

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