• Hi!
    I’m using understrap and it’s child theme, and trying to change the setup for the home page that sets the main container as col-md-8 and the right sidebar to col-md-4. I would like for this to be main as 9 columns and right sidebar as 3 columns.
    Could you please tell me wich file to edit (i’ve tried several), and if this could cause trouble if is changed?

    Thanks in advance.
    Regards!

Viewing 1 replies (of 1 total)
  • Hi!
    The easiest way:
    Search for all files which includes “col-md-8” and “col-md-4” in your parent theme. Than copy this files (keeping the folder structure) to your child theme folder and do a “saearch and replace” on them. Replace “col-md-8” with “col-md-9” and “col-md-4” with “col-md-3”.

Viewing 1 replies (of 1 total)
  • The topic ‘Columns display on homepage’ is closed to new replies.