Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #97204
    mayapour
    Participant

    Hello,

    How can I do so that the site uses the maximum width of the screens ? Without the wallpaper ?

    So My Slider sould be responsive large too.

    Is it possible ?

    Thank you for your help

    #97228
    Mahesh
    Participant

    @mayapour: Catch Responsive is a boxed layout theme. So the page width in the theme is set to 1200px. For full-width slider, I recommend you to use our other themes like Full Frame, Adventurous, Catch Adaptive etc.
    If you want to make the whole site full-width, you can do it with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .site {
        width: 100%;
    }
    
    #feature-slider .cycle-slideshow {
        max-width: none;
    }

    Note: Please use large images.

    Regards,
    Mahesh

    #97233
    mayapour
    Participant

    Hello,

    Thank you so much, you guys rocks ! Thank you so much for your help.

    I have an other question, I don’t know why when I go to other pages, there is a grey shadow on the 4 corners. How I can display it ?

    Thanks

    #97237
    Mahesh
    Participant

    @mayapour: Please post in your site url.

    Regards,
    Mahesh

    #97243
    mayapour
    Participant
    #97262
    Mahesh
    Participant

    @mayapour: It seems, you are using a plugin called “Vignette” which is causing the issue. Please disable the plugin to fix the issue.
    Let me know if any problem.

    Regards,
    Mahesh

    #97270
    mayapour
    Participant

    Hello Mahesh,

    Problem solved, you were right ! Thank you so much for your help !

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Large website’ is closed to new replies.