• Hi everyone

    I tried to get the Tesseract theme unbranded which I successfully did it by removeing this code <?php tesseract_footer_branding(); ?>

    then I bumped into a problem which I tried to set my left footer full width

    Home About Product Contact to the most left side.

    It didnt do anything but stay default(in the middle) no matter how hard I tried.

    Then I reput the code <?php tesseract_footer_branding(); ?> into footer.php

    It’s all fixed like the current front as it shows.

    is there any way i can remove the brand while the most left footer remains the same posittion?

    https://wp-cosmotop.rhcloud.com/

    • This topic was modified 8 years, 2 months ago by Jan Dembowski.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    try to use this custom css.

    #horizontal-menu-wrap {
        width: 100%;
    }
    #footer-banner-right.designer {
      display: none;
    }

    Let me know if it works.

    Thread Starter cosmotop

    (@cosmotop)

    Hi r0r0z

    I’d like to thank for your kindness taking time to answer my question.

    below is theme footer code

    I’ve tried everywhere to put in your code but it seems it didn’t work.

    the line I removed is at the 7th line counted from the last line.

    —————————————————————————-
    [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]

    • This reply was modified 8 years, 2 months ago by Jan Dembowski.

    Hi, where did you input my code?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘theme unbranding and footer full width’ is closed to new replies.