• Hi,

    I really like greatmag and i don’t want to change it but i have problem i can not solve.
    I would like my articles to be not that width on my PC Computer but when I change it by margines it also change mobile version and it look horrible. In conclusion how to change width of articles only on PC version without margine modification.

    Help! ??

    Monika

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @monikamarlena,

    Thank you for reaching out to us.

    If I got you correctly, you’d add this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .single-post div#primary.content-area.col-md-8 {
      width: 920px;
      max-width: 100%;
    }

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘Width of article in greatmag’ is closed to new replies.