Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #994157

    Hi,

    I´m using the following code in order to allow words to fit on to one line:

    @media only screen and (min-width: 1024px) {
    .page-id-758 div .av_one_third {
    margin-left: 2%;
    width: 80%;
    }
    }

    However it is adversely affecting the footer on this page placing what should be split over 3 columns into 1 column. See page below. Can I alter the CSS so that it affects all on this page apart from the footer?

    Many thanks

    #994252

    Hey ProTravelGolf,

    Please try this instead:

    @media only screen and (min-width: 1024px) {
    .page-id-758 .template-page .av_one_third {
    margin-left: 2%;
    width: 80%;
    }
    }

    Best regards,
    Rikard

    #994266

    Rikard,

    Wow! Perfect! You guys are awesome!!

    Thanks a lot!!!

    #994333

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #994366

    Rikard,

    Thank you! You can close this topic now!

    Thanks again

    #994716

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Page width css affecting footer’ is closed to new replies.