• Hi all.
    I just started a new site with the latest responsive theme.
    As you all know the container on the home page is divided on 2 fields.
    One with the titles and description and action button on the left half of it, and the desctop/phone/tablet image on the right side (this is the custom one when u install responsive).
    How can i merge the two fields? I need one big image on bot sides and for now i can only put 2 smaller ones on each half.
    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You could hide the second part and change the left part, by adding this css (Appearance -> Theme options -> CSS Styles):

    #featured-content {
        width: 100%;
    }
    #featured-image {
        display: none;
    }

    You could also modify the file ‘front-page.php’.

    Thread Starter kartus

    (@kartus)

    Dude, you have my ethernal gratitude.
    It’s perfect. Exactly what i needed.
    Thanks a lot.
    Editing the css is something i was looking into, but i had no idea how the container was supposed to be named. Totally forgot about featured contend, and i had no idea about featured image.
    Thanks a lot again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Merge wrapper fields.’ is closed to new replies.