Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #32169
    AKMARK5000
    Member

    Is it possible to edit the entire border of the Catch Box Pro Theme?

    As you look at my site — http://visionwriting.marklvolz.com –, I want to reduce the size of the left-side and right-side brown areas.

    #32422
    Sakin
    Keymaster

    @AKMARK5000: Sorry for the late reply. I check in your site but it’s still under test mode. So, I couldn’t check in. Now, I am giving you answer on the basis of default @AKMARK5000: Catch Box Pro theme design. Also I don’t know how much you want to reduce it.

    You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #main { padding: 1em 0 0; }
    #primary { margin: 0 0 0 1%; width: 64%; }
    #content { margin: 0; width: 100%; }
    #secondary { margin: 0 1% 0 0; width: 32%; }
    @media screen and (max-width: 960px) {
        #primary { margin: 0; width: 100%; }
    }
    #32527
    AKMARK5000
    Member

    Sorry Sakin. I forgot to turn test mode off before ending work. The site is now open. I tried the code you said in the previous email. It functioned, but it didn’t do what I wanted. Maybe you could view my site again and see…

    As you look at the front page of my site — http://visionwriting.marklvolz.com –, I want to reduce the size of the left-side and right-side brown areas by half.

    #32541
    Sakin
    Keymaster

    @AKMARK5000: The CSS that I gave you have reduce the grey area. So you mean to remove it completely. I am confused.

    #32553
    AKMARK5000
    Member

    I wanted to reduce the overall border (brown area). I bought the Catch Evolution Pro that does exactly what I wanted. Thank you though.

    #32555
    Sakin
    Keymaster

    @AKMARK5000: Oh you mean to increase the width of the site. Yes, Catch Evolution Pro is alternate for large screen.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Theme Border Reduction’ is closed to new replies.