Formatting issue...

Discussion in 'ReThink WordPress Theme' started by selfmade, Feb 11, 2015.

  1. selfmade

    selfmade Guest

    Joined:
    Feb 4, 2015
    Messages:
    49
    Likes Received:
    0
    Hi, just wondering why when I format the layout in wordpress it looks how I want it to look (like the image directly below) but...
    1.png
    When I view the website everything is out of alighnment (image below). Please help. Also, how do I remove the information about the author and post date that sits between the main heading and the content? Thankyou very much.

    2.png
     
  2. praveen

    praveen Support Staff

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

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

    Code:
    .detail {
    display: none;
    }

    Thanks,
    Praveen
     
  3. selfmade

    selfmade Guest

    Joined:
    Feb 4, 2015
    Messages:
    49
    Likes Received:
    0
    Thats great, but what about my main other issue with the formatting of the images?
     
  4. praveen

    praveen Support Staff

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

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


    Code:
    img.alignright.wp-image-43 {
    margin-top: -16px;
    }
    img.wp-image-48.alignright {
    margin-right: -215px;
    }
    Thanks,
    Praveen
     

Share This Page