hi
i identify the ids (debbuging my site) to change the alignment of the footer (with 4 widgets).
The elements are:
the problme is that the columns shrank
Best Answer Danny , 14 February 2013 - 11:14 AM
You can try the following code:
.pp5.footcol {
float: right;
}
However, the footcols are supposed to be responsive areas, so aligning them to the right may cause some issues. I would suggest using a text widget and use the PageLines Grid.
Posted 13 February 2013 - 01:46 AM
hi
i identify the ids (debbuging my site) to change the alignment of the footer (with 4 widgets).
The elements are:
the problme is that the columns shrank
Posted 13 February 2013 - 01:49 AM
my site is in Maintenance Mode
Posted 13 February 2013 - 03:17 AM
Hi,
First, don't use CAPS to write CSS. It's case sensitive.
The footer columns are pretty much fixed. If you want to change the alignment, I'd recommend replacing them with
's content blocks (like boxes).
This uses a shortcode to place the boxes.
That plugin has settings to help you achieve your goals.
Posted 14 February 2013 - 01:43 AM
maybe if i use morefoot right the problem solve?
Posted 14 February 2013 - 03:04 AM
Without looking at it live, it's incredibly difficult to tell.
Yes, the morefoot can accommodate text alignment while the footer columns cannot.
That said, you are not limited to the Footer Columns in the Footer section. You may apply any available sidebar you wish.
Posted 14 February 2013 - 11:03 AM
i put the site in the air temporary. Please watch out!
www.vpl.pt
Many thanks
Posted 14 February 2013 - 11:14 AM Best Answer
You can try the following code:
However, the footcols are supposed to be responsive areas, so aligning them to the right may cause some issues. I would suggest using a text widget and use the PageLines Grid.
Posted 14 February 2013 - 12:42 PM
marvellous!