Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #157665
    vanwels
    Participant
    #157668
    vanwels
    Participant

    Type of Hero Content is Post. I have a carousel gallery inside the post. I just need full width gallery as Hero Content

    #157700
    sapana
    Participant

    @vanwels: This seems to be plugin related issue. I suggest you to contact with respective plugin support forum.

    Kind Regards,
    Sapana

    #157701
    vanwels
    Participant

    I just want post full width in Hero Section. Without margin:

    https://drive.google.com/file/d/1p0UHJkv2ievbcwVcVDiSfiYAI3e6KOmg/view?usp=sharing

    #157827
    tikaram
    Keymaster

    @vanwels: The post container is already full width. It looks like you have used a plugin to showcase carousel gallery inside the post. If you increase the width of your content the margins will be removed as it is set to auto. If you would like to remove the margin with additional css, use the following code but the content may not be aligned properly after adding the css.

    #fullpage #hero-section .entry-container {
    	margin:0;
    }

    You may try adding the carousel gallery in other sections as well. Alternatively, you can use the gallery section that is already available in the theme. You will need to install the Catch Gallery Plugin to get the gallery working as in the demo of the theme.

    Let me know if you have any more theme related issues.

    Regards,
    Tikaram

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hero Content – full width post’ is closed to new replies.