Inner page issue

Discussion in 'BusinessGrow One Page WordPress Theme' started by deveshd, Feb 27, 2015.

  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    I created an inner page and the logo and breadcrumbs appear jumbled up.
    I just want the logo to appear in the white strip/ band above the breadcrumb green area.
    URL:http://webworxworld.com/cookie-offer/

    Also for some reason Bullet points are not appearing in this page, I tried the <ul> <li> </li> tags and I tried visual editor both.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi deveshd!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header_wrapper {
    float: left;
    }


    Thanks,
    Praveen
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    work thanks!
    What about my other issue about bullet points no appearing?
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Devesh,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    div#post-159 ul li {
      display: list-item;
    }
    Thanks & Regards
    Pramod Patel
     

Share This Page