Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #102159
    Ron
    Participant

    Hello…

    1. The left sidebar is smaller than the right sidebar. How can I change this?
    2. I dont want frame, i want fullsceen my theme. How i can do this?

    thanks Ron

    #102187
    Mahesh
    Keymaster

    @ron66: Please post in your site url. Catch Box Pro is a boxed layout theme. If you want full width layout, I recommend you to use full width layout theme like Full Frame. But if you want to make Catch Box Pro full width, I recommend you to hire a customizer.

    Regards,
    Mahesh

    #102198
    Ron
    Participant

    my Url is http://philippinenmagazin.de

    you answer only 1 question. What about the size of left sidebar?

    how i can change the size of the size of the box?

    Ron

    #102205
    Mahesh
    Keymaster

    @ron66: Sorry, you are using Catch Base Pro, I got mistaken with Catch Box Pro. Please add the following CSS, it will make the site full-width and both sidebars of almost equal width. May cause design issue in responsive devices. So I recommend you to hire a customizer.

    @media screen and (min-width: 1200px) {
        .site {
    	width: 100%;
        }
    
        #content_sidebar_wrap {
    	width: 80%;
        }
    
        .sidebar-secondary {
    	width: 20%;
        }
    
        #content_sidebar_wrap #main {
    	width: 72%;
        }
    
        .sidebar-primary {
    	width: 28%;
        }
    }

    Regards,
    Mahesh

    #102522
    Ron
    Participant

    thanks for the style sheet.

    but now i have an additional problem;

    if i enable the style sheet i still have for featured content only 3 and 4 columns. This is not the biggest problem, but the colums are left aligned. how i can have the colums centered? Or maybe its possible to have 5 colums?

    Ron

    http://philippinenmagazin.de

    #102625
    Ron
    Participant

    Hi…

    i need to say its really poor service here. No answer my question. What for i pay money?

    I thought I bought a proffessional product.

    I will delete your bullshit theme.

    bye

    #102674
    Mahesh
    Keymaster

    @ron66: Really sorry for the late reply. Add the following CSS and it will put the featured content to the center.

    #featured-content {
    	text-align: center;
    }
    
    #featured-content .hentry {
    	float: none;
    	display: inline-block;
    }

    Regards,
    Mahesh

    #102868
    Ron
    Participant

    Dont buy any products of them, only make money – no service after buy!!!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘2 thinks i need’ is closed to new replies.