How to change content/sidebar percentage widths?

Homepage Community Forums Epik Theme Support How to change content/sidebar percentage widths?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7317
    Mike
    Customer

      Hi Epik Users

      Lots of errors trying this one! Does anyone know how to edit the % and widths of the content and sidebar layouts

      I’m trying to widen the content say up to 70% vs 65, and lesson the sidebar, but keep the same margin between it.

      Any experts? Thks!

      #7319
      Mike
      Customer

        All fixed – thks

        #7323
        dono2081
        Customer

          Hi MM — it would be incredibly generous of you to share what adjustments you made in CSS, and anywhere else. Awesome and thank you!
          -D

          #7324
          Mike
          Customer

            Hi Dono – Yes, firebug solved it and change these sections.

            Earlier I was editing something that changed all template types

            The below let me change only the content sidebar or sidebar content setup

            .content-sidebar #content, .sidebar-content #content {
                width: 70.2778%;
            }

            And had to adjust sidebar px widths

            .sidebar .widget {
                border-bottom: 0 solid #CCCCCC;
                margin-right: 0;
                overflow: hidden;
                padding-bottom: 1rem;
                width: 290px;
            }
            }
            .sidebar {
                width: 25.5556%;
            }
            #7331
            Eric
            Customer

              Ok, just let us know if you need anything.


              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘How to change content/sidebar percentage widths?’ is closed to new replies.