Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design None responsive section

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #269429
    veroak
    Participant

    Hi! I can’t find a way to fix the position for the H2 that says ‘You may also like’ on my product pages.

    e.g. http://www.letiptop.com/products/calendar-red/

    This whole section is the cross-sell one.

    On my php, I have that section to appear after everything else, but for some reason, only the H2 gets moved to a random place. The images for the cross-selling are actually in the right position – below the main product gallery.

    Any tip that could help me push it down, right above the cross-sell products?

    Cheers!

    #269430
    don richie
    Participant

    Try adding this property to your css code:

    text-align:center;

    You can test with developer tool in your browser first

    section[class=”up-sells upsells products”] h2{
    text-align:center;
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design’ is closed to new topics and replies.